<html>
<head>
<title>Sample form for use with formmail.php</title>
</head>
<body>
<p>This form demonstrates the use of formmail.php.
<br>Note that formmail.php requires a one line change
to work. Use a text editor to read the information
at the top of formmail.php.
<p>Also, you need to change this form using a text editor;
follow the 4 simple steps shown in the comments.
<p>
For full information and support, visit
<a href="<A href="http://www.tectite.com/">www.tectite.com</a">http://www.tectite.com/">www.tectite.com</a>
<p>
<!-- STEP 1: Put the full URL to formmail.php on your website in the 'action' value. -->
<form method="post" action="
http://www.tntpics.com/formmail.php" name="SampleForm" enctype="multipart/form-data" />
<input type="hidden" name="env_report" value="REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT,AUTH_TYPE,REMOTE_USER">
<!-- STEP 2: Put your email address in the 'recipients' value. -->
<input type="hidden" name="recipients" value="
form@tntpics.com">
<!-- STEP 3: Specify required fields in the 'required' value -->
<input type="hidden" name="required" value="email:Your email address,realname:Your name">
<!-- STEP 4: Put your subject line in the 'subject' value. -->
<input type="hidden" name="subject" value="Sample FormMail Testing">
<table border="0">
<tr>
<td>
<p>Please enter your name:
<td><input type="text" name="realname">
<tr>
<td>
<p>Please enter your email address:
<td><input type="text" name="email">
<tr>
<td valign="top">
<p>Please enter your message:
<td><textarea name="mesg" rows="10" cols="50"></textarea>
<tr>
<td valign="top">
<p>File to Upload:
<td><input type="file" name=uploaded_file" />
<tr>
</table>
<td><center><input type="submit" value="Submit">
<td>
<!-- </table> -->
</form>
<!--
Please support the ongoing development of FormMail and our other
freeware products by keeping the following text on your form
(or placing it elsewhere on your website). Thanks!
-->
<small>This form and its
<a href="<A href="http://www.tectite.com/">free">http://www.tectite.com/">free FormMail</a>
processor supplied by
www.tectite.com, creators of
software <a href="<A href="http://www.tectite.com/">copy">http://www.tectite.com/">copy protection</a>.
</small>
</body>
</html>
Bookmarks