Knowledge Base Article
Formmail Redirect
If you are using FormMail in a web form, you might wonder how to redirect the visitor to a custom page after the form is submitted.
The simplest solution is to include the following field in your web form's code:
<input type=hidden name="redirect" value="http://example.org/go-to-page.html">
Rating
|

