Hello
I have this contact form in my aspx page:
form id="contact" runat="server" action="Contact1.aspx" method="post">
<div class="form_settings">
<p><span>Name</span><input class="contact" type="text" name="your_name" value="yourname" /></p>
<p><span>Email</span><input class="contact" type="text" name="your_email" value="youremail" /></p>
<p><span>Message</span><textarea class="contact textarea" rows="5" cols="50" name="your_message"></textarea></p>
<p style="padding: 10px 0; line-height: 2em;">To help prevent spam, please enter the answer to this question:</p>
<p><span>Maths Question: 9 + 3 = ?</span> ...
Go to the complete details ...