View Full Version : Form Help


bjmprime
03-25-2003, 05:10 PM
I was making a form on my site and i got it all set up and i put my email where it says mailto and then i pressed O.K. it didnt send to my hotmail inbox where it shoud it went to my outlook can someone help me with this.

bejayel
03-25-2003, 07:26 PM
<form method="post" action="mailto:yourmail@yourdomain.com">
What is your email?
<input type="text" size="25" name="email">
<input type="submit" value="Submit">
<input type="reset" value="reset">
</form>

That is about what your code should look like. i think. lol i havent even opened my text editor for about 2 months now...meh. anyway i hope that helps.