| 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> </form>
|








