How to Combat Web Form Spam

At some time or another we've all gotten unsoliciteda person. You've probably seen these and wondered
commercial emails in our email box - Commonly calledwhat they were for. Well that's what their for - To
Email Spam. But did you know if you put a contactStop formmail spam. This works great except you'll
form on your site to protect your email you could stillloose good people who have a hard time figuring out
get Web Form Spam?exactly what letters and numbers the captcha image
Web Form Spam is when someone (or something) fillsis trying to show them. Personally I've not submitted a
out your web form with random pieces of informationfew forms because I simply gave up trying to figure
and submits the form. If you're using a simpleout the captcha image.
web-form-to-email script like formmail you'll likely see aHere is a little known way to prevent 90% of your
bunch of form submissions with no data in them. That'sformmail spam without forcing your users to answers
web form spam. But why would someone do this?a confusing captcha image:
Usually they think the form is posting their dataFirst Make sure your web form has most (if not all) of
somewhere on your web site and not being sent toyour fields set to be required. Required means the field
your inbox. The spammers try to submit the form withmust be complete for the form results to get your
links back to their own site to build up their searchemail box. Don't use fancy javascript form validation
engine rankings.because the web-bots don't follow it anyway.
So how do you protect your inbox from being floodedRemember they are only submitting the form based
with Web Form Spam? Well it helps a little bit to knowon the raw HTML code. Not reading it in a browser.
how they are doing this. Most of them simply scanSecondly use a drop-down selection box and also
your website for web forms. They have scripts (ormake it required. This forces the web-bots to select
web-bots) to do this. A human being almost neversomething from a list rather than just typing nonsense
does it. When they find a form on your site, theinto a form field. This one technique can stop most of
web-bot fills in the fields and hits "submit". Then you getyour web form spam in its tracks. You don't need a
an email with a partially filled in form usually withbunch of drop down selections boxes on your web
dozens (or hundreds) of links back to the spammer'sform- one will be enough.
site.If you're not a programmer there are web form to
A lot of people use captcha images to protect theiremail services like mine that will help protect your email
email box from web form spam. Captcha images arefrom web form spam in exactly the manner I've told
those little pictures with random letters and numbersyou.
that you have to type into a text box to prove you're