Quote:
Originally Posted by Venice_Yan
How can i add a redirect page? I mean what is the code that i will add so that when my user click's submit, they will redirect to example.com/mypage
|
You can't with Javascript. The submit refreshes/reloads the page. You need to use server-side scripting.
The redirect after submit should be done in the PHP document which is the target of the form submission.
document.location is an invalid object reference. That should be window.location
All advice is supplied packaged by intellectual weight, and not by volume. Contents may settle slightly in transit.