<html>
<!--
This is the first page in a sample multi-page form
sequence (from
www.tectite.com).
Use this to help understand how multi-page forms work.
You can find a how-to guide for multi-page forms
at
http://www.tectite.com/guides.php
To use multi-page form sequences, you need version
7.00 or later of FormMail.
-->
<head>
<title>Multi-Page Form Sample - Page 1</title>
</head>
<body>
<p>This is page one of a sample multi-page form.</p>
<form name="MultiSample" method="post" action="formmail.php">
<!-- ACTION: Put the full URL to this form in the value
of the field called "this_form" -->
<input type="hidden" name="this_form" value="http://www.
EDITEDDOMAINOUT.com/multitest.htm" />
<!-- Put first form must have the field value "multi_start"
set to "1". All other forms in the sequence must
*not* specify "multi_start" -->
<input type="hidden" name="multi_start" value="1" />
<!-- ACTION: Put the name of the second form in the
form sequence in a the field called "next_form" -->
<input type="hidden" name="next_form" value="multitest2.htm" />
<!-- ACTION: For good error handling, use bad_template
and put the file into your $TEMPLATEDIR or
$TEMPLATEURL location. -->
<input type="hidden" name="bad_template" value="multierror.htm" />
<!-- ACTION: Comment or remove the bad_url field if you
have not installed and configured FMBadHandler.
Error handling works best with FMBadHandler. -->
<input type="hidden" name="bad_url" value="fmbadhandler.php" />
(*REMOVED FORM FIELDS*)
<td colspan="2"><input type="submit" name="submit" value="Next >" /></td>
</tr>
</table>
<input type="hidden" name="required" value="name:Your name,emailaddr:Your email address" />
<input type="hidden" name="conditions1" value=":@
@TEST@qty#>0@Please enter a quantity more than zero!@:
" />
</form>
</body>
</html>
Bookmarks