I knew you would have something for me.
Now the question:
is it posible to use a verification thingy in my feedback form so it will not submit without filling out the verification. sort of disable the submit button.
this is the script that I called contact.form:
<form action="/cgi-bin/chfeedback.pl" method="post">
<table border="0" cellpadding="1" cellspacing="1" summary="feedback form" height="290" width="468">
<tr><td height="1" width="170" align="right">Your Name:</td><td height="1" width="254" align="right"><input type="text" name="name" size="35" /></td></tr>
<tr><td height="1" width="170" align="right">Email address:</td><td height="1" width="254" align="right"><input type="text" name="email" size="35" /></td></tr>
<tr><td height="1" width="170" align="right">Your Phone #:</td><td height="1" width="254" align="right"><input type="text" name="phone" size="35" /></td></tr>
<tr>
<td colspan="2" height="166" width="442" align="center">
Type here your question or comments<br />
<textarea rows="6" cols="52" name="comments"></textarea>
</td>
</tr>
<tr>
<td align="center" colspan="2" height="23" width="442">
<input type="submit" value="Click here to send this E-mail" /><br />
<a href="http://www.thesitewizard.com/">Powered by thesitewizard.com</a>
</td>
</tr>
</table>
</form>
can it be done and more important......How?
tell me please please please
**or your pot of gold is mine**
