Thread: html question
View Single Post
Old
  (#8)
Bazooka_Joe is Offline
Senior Member
 
Posts: 12,585
Join Date: Jan 2002
Location: Staten Island, NY, USA
 Send a message via ICQ to Bazooka_Joe Send a message via AIM to Bazooka_Joe Send a message via MSN to Bazooka_Joe Send a message via Yahoo to Bazooka_Joe  
Default 01-13-2003, 12:25 PM

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.
  
Reply With Quote