Alright, just one little change you have to make.
Open up
FormToEmail.php and change line 3:
Code:
= "delete these words and put the email address only in here between the quotes";
Put your email where it says
"delete these words and put the email address only in here between the quotes"
Alright, just upload
FormToEmail.php to your website, and put this form into the page you want:
Code:
<form action="FormToEmail.php" method="post">
<table border="0" align="center" cellspacing="1">
<tr>
<td>Username</td><td><input type="text" size="20" name="name"></td></tr>
<tr><td> </td><td><input type="submit" value="Register"></td></tr>
</table>
</form>