Field: redirect
Description: If you wish to redirect the user to a different URL, rather than having them see the default response to the fill-out form, you can use this hidden variable to send them to a pre-made HTML page.
Syntax: To choose the URL they will end up at:
<INPUT TYPE="HIDDEN" NAME="redirect" VALUE="http://your.host.com/to/file.html">
To allow them to specify a URL they wish to travel to once the form is filled out:
<INPUT TYPE="TEXT" NAME="redirect">