Online
Manual / Configuration
Files / Redirect users
to a web page after form submission.
Command:
redirect
Usage:
You
can redirect users to a web page such as a thank you page after they
submit the form. You must put the whole URL which includes the 'http://'
before the website address.
Arguments:
- value="<url>"
Specifies the location that the user will be redirected to after the
form is submitted.
Example:
| redirect value="http://www.example.com/thankyou.html" |
This example shows how to redirect a user after he or she successfully
submits a form.
|