Spamming my forms

  • Thread starter Thread starter Rob
  • Start date Start date
R

Rob

Is there some way to stop spammers from filling in information on my web
forms? It is really irritating.
 
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
 
Back
Top