Universal Form Validator ASP Support Product Page
Redirect page after form validated successfully
Asked 13 years ago
1
has this question
13 years ago S A M posted:
How do I redirect the page after the form is validated? I'm trying to go to another page upon successful validation. Replies
Replied 13 years ago
13 years ago Teodor Kuduschiev replied:
Hello,
You just need to add
to your form. the action will be executed only if the form is validated.
You just need to add
action="your_redirect_page_goes_here"
to your form. the action will be executed only if the form is validated.