+ 1
form
how do i get my form to redirect after user submission?
4 Antworten
+ 2
<form action=" your url ">
....
</form>
0
I don't think so
0
https://www.sololearn.com/discuss/779323/?ref=app
only way is through PHP. if you doesn't care secure problems you can use get to store data in url parameter.