Hi!
I am using Formmail in my web form and I want to redirect my visitor to a custom page after the form is submitted. Can you tell me how it can be done?
As you are using FormMail in a web form, and as you want to redirect your visitor to a custom page after the form is submitted.
Then in this case 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">