R Rob Dec 25, 2005 #1 Is there some way to stop spammers from filling in information on my web forms? It is really irritating.
Is there some way to stop spammers from filling in information on my web forms? It is really irritating.
G Guest Dec 25, 2005 #2 Hi Rob, You could try a text field like the following. Might deter the robots a little. <p>Validate <!--webbot bot="Validation" S-Validation-Constraint="Equal to" S-Validation-Value="xy9e6v" --><input type="text" name="validate" size="20"></p> I have an example using a gif here ... Same concept. Either of these and simply requiring a field in the form can definitely slow down human spammers. http://frontpageforms.com/sign_in.htm Mike Smith, http://FrontPageForms.com FrontPage Form Tutorials & Form Script Examples
Hi Rob, You could try a text field like the following. Might deter the robots a little. <p>Validate <!--webbot bot="Validation" S-Validation-Constraint="Equal to" S-Validation-Value="xy9e6v" --><input type="text" name="validate" size="20"></p> I have an example using a gif here ... Same concept. Either of these and simply requiring a field in the form can definitely slow down human spammers. http://frontpageforms.com/sign_in.htm Mike Smith, http://FrontPageForms.com FrontPage Form Tutorials & Form Script Examples