You first need an email relay server. You can use this one, this is from
http://www.clanpages.com:
[code:1a437]<form action="http://cgi.clanpages.com/formmail/formmail.asp" method="POST">[/code:1a437]
This is the email address that the form will go to:
[code:1a437]<input type="HIDDEN" name="formEMAIL" value="fogbazookajoe@aol.com">
[/code:1a437]
If you want to CC the message to someone else, use the CC field:
<input type="HIDDEN" name="formCC" value="CC@ADDRESS.COM">
You will need a redirect page to let the person know that their email was sent correctly. This will load after the person presses the "Submit" button:
[code:1a437]<input type="HIDDEN" name="formREDIRECT" value="http://mohaa.xgshosting.com/joe/confirm.htm">[/code:1a437]
The subject of the email message you will get from the form:
[code:1a437]<input type="HIDDEN" name="formSUBJECT" value="New Map Request for AA.com Server">[/code:1a437]
That's the form setup. Now, you have to add the fields. There are numerous ones (buttons, checkmark boxes, text boxes, drop-downs). Tell me which ones you want to use, and I'll post how to use em.