+ 1
How to target to a website after form submit is clicked in html
5 Answers
+ 10
maybe you can type this:
<form method ="post" action="target.html">
+ 3
Inside a form tag you have to fill the "action" attribute.
<form method ="post" action="url to the website">
+ 1
it tries to access the URL in the same directory
0
oh yes that must expect a path and not an url... in this case I don't know :D
0
You probably can do that with small piece of javascript or jquery and submit function... on submit -> redirect to that page. (Sorry I can't help you more I'm not using my computer)