Universal Form Validator ASP Support Product Page
Redirect page after form validated successfully
Asked 23 Apr 2012 13:41:27
1
has this question
23 Apr 2012 13:41:27 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 24 Apr 2012 06:29:05
24 Apr 2012 06:29:05 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.