View Full Version : form


adrielle
06-02-2003, 12:46 AM
how do you make a form and put it on your web site and when they press send, it sends to your email?

zangerbanger
06-02-2003, 02:22 AM
Register for an e-mail form here:

http://www.bravenet.com

EmpTcaN
06-02-2003, 02:40 AM
over here will kinda teaches to make a form

http://www.lissaexplains.com/html5.shtml

if that still doesn't work here is a the code that i use


<form>
<textarea>
</textarea>
<INPUT TYPE="button" VALUE="e-mail" onClick="parent.location='mailto:WHATEVER YOUR E-MAIL ADDRESS IS! (duh)'"></FORM>

</form>