PDA

View Full Version : E-Mail Form


dana21
02-19-2003, 01:50 PM
Good morning....

I want to put a form in my site, so people to fill this e-mail form, through my page and to see the results through my personal e-mail...

How can i find this code ?

Philip M
02-20-2003, 07:09 PM
No-one seems to have replied as I guess they see your question
as too basic. And indeed you ought to be able to find the answer to this yourself.

<FORM name="Myform" METHOD="post" ACTION="mailto:yourname@yourisp.com" ENCTYPE="text/plain">

<INPUT type = "text" ................. and the other fields

<INPUT type="Submit" value="Send the Form">

</FORM>