Adding a simple contact form

 If you want to add a simple contact form to your html page just copy and paste the code in red below and change the email address to the one you want the form to be emailed to .

 

The code will give you a simple basic form .

 

<form action="MAILTO: This e-mail address is being protected from spambots, you need JavaScript enabled to view it " method="post" enctype="text/plain">

<h3>Contact form</h3>
Name:<br>
<input type="text" name="name"
 size="20">
<br>
Email:<br>
<input type="text" name="mail"
 size="20">
<br>
Comment:<br>
<textarea name="textarea" cols="40" rows="10"></textarea>
<br><br>
<input type="submit" value="Send">
<input type="reset" value="Reset">

</form>

 

 

Del.icio.us     Digg This!     Facebook     Seed Newsvine     Reddit     Stumble It!