|
<form method='post' action="--WEBBOT-SELF--">
The action field of the form tag specifies the processing agent, you need to put something there, whatever is going to handel the form data, such as a script called doemail.php....Also you probably want to move the <form> tag up about 20 lines so it is before the html that specifies the fields (<form>//all the fields here </form>)
|