Your E-Mail Address:

Your Name:

Comments:


THIS IS THE CODE I USED
<body
style="color: rgb(51, 0, 51); background-color: rgb(255, 255, 255);"
alink="#ff0000" link="#ff0000" vlink="#ffcc33">
<table
style="margin-left: auto; margin-right: auto; width: 100%; text-align: left;"
border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<th style="text-align: center; vertical-align: top;">
<form action="http://php.richardturner.com/mailer.php"
method="post">
<p><input name="form_email" value="gatfoxdesigns@yahoo.com.au"
type="hidden"> <input name="form_thankyou"
value="http://www.oocities.org/tellmichael/AtouchOfGold.html"
type="hidden"></p>
Your E-Mail Address: <input name="email">
<p>Your Name: <input name="yourname"></p>
<p>Comments: <br>
<textarea name="comment" rows="6" cols="40"></textarea><br>
<input value="Submit" type="submit"> </p>
</form>
</th>
</tr>
</tbody>
</table>
<br>
</body>
</html>
AND THESE ARE WHERE I GOT THE  FORM MAILER
http://php.richardturner.com/mailer.php

http://www.htmlgoodies.com/

<FORM METHOD="POST"
 ACTION="http://web.mit.edu/bin/cgiecho/wwwdev/cgiemail/questions3.txt">

Your e-mail address: <INPUT NAME="email"><p>
Your name: <INPUT NAME="yourname"><p>
<INPUT TYPE="submit" value="Send e-mail">
</FORM>

TEXT BOX AREA THING;;;;;;
<TEXTAREA NAME="comment" ROWS=6 COLS=40>
</TEXTAREA>


******************************

<form action="http://php.richardturner.com/mailer.php" method="post">
<p>
<input type="hidden" name="form_email" value="gatfoxdesigns@yahoo.com.au" />
<input type="hidden" name="form_thankyou" value="http://www.oocities.org/tellmichael/AtouchOfGold.html" />
<FORM METHOD="POST"
 ACTION="http://web.mit.edu/bin/cgiecho/wwwdev/cgiemail/questions3.txt">

Your E-Mail Address: <INPUT NAME="email"><p>
Your Name: <INPUT NAME="yourname"><p>
Comments: <br><TEXTAREA NAME="comment" ROWS=6 COLS=40>
</TEXTAREA><br />
<input type="submit" value="Submit" />
</p>
</form>