The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
SPAM through forms - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: SPAM through forms (/showthread.php?tid=246) |
SPAM through forms - pmdkrex - Aug 19th, 2009 I whave validation on some fields of my forms through a additional script. When tested online it works fine, but I receive plenty of filled in forms with the same IP-origin(s) and different contact details and empty required fields. How can I solve this possible spam problem? http://www.thyssen-monolift.fr RE: SPAM through forms - alrioart - Aug 20th, 2009 Add CAPTCHA to your form page: http://docs.formtools.org/tutorials/post_form_captchas/ Terry RE: SPAM through forms - Ben - Aug 21st, 2009 Yup! That's probably the best solution. Also, you might want to look at the Submission Pre-Parser module. I use it to fight spam, too. Here's a page on how and why it works: http://modules.formtools.org/submission_pre_parser/documentation.php?page=spam_detection_example - Ben |