Still receiving SPAM via footer form, even if I'm using the Question verification. I can't use Captcha because some of my pages are using Captcha and that tends to conflict with the footer form's captcha.
How can I prevent to barrage of SPAM?
How can I prevent to barrage of SPAM?
In simple word.. you can'tš
Give a try to the Honeypot.
Another way is to use a text field (use css or jquery to hide the field) and give it a standard name like "email" than set the server side validation for this field to empty, than in case of fail redirect the bot to a fake submission page.
Of course, no solution is completely foolproof
Give a try to the Honeypot.
Another way is to use a text field (use css or jquery to hide the field) and give it a standard name like "email" than set the server side validation for this field to empty, than in case of fail redirect the bot to a fake submission page.
Of course, no solution is completely foolproof
This topic is locked and no more replies can be posted.