View Single Post
Old 2013-09-25, 02:14 PM   #1
SheepGuy
It's the end of the world as we know it, and I feel fine
 
SheepGuy's Avatar
 
Join Date: Jul 2006
Location: Canada
Posts: 2,527
Contact form help

I've never needed to set up a contact form before and I'm not sure why this doesn't work? http://www.petersonlegal.ca/contact.html


Is there something I have to put on the server or is there something wrong with the code?

<form action="mailto:bp.paralegal@gmail.com" method="get"
enctype="text/plain">
<p> Name <input id="name" size="30" type="text"> </p>
<p> Email <input id="email" size="30" type="text"> </p>
<p> Phone # <input id="phone" size="30" type="text"> </p>
<p> Comments<br>
<textarea id="comments" rows="5" cols="30"></textarea> </p>
<p> <input value="Send" type="submit"> <input type="reset"> </p>
</form>
__________________
If the Environment was a bank, they would have saved it by now.
SheepGuy is offline   Reply With Quote