Could you add a filter to your code?
-
Hi!
I’d like to add a HoneyPot to the sign up form, to prevent bots from spamming my form. I’m using the double opt-in, and because of that the “please confirm your subscription” email is being sent 100+ times a day.
Using Recaptcha is not an option, due to GDPR. A honeypot is simpler, less resource intensive, and doesn’t require prior consent.
So, hopefully you can add the following filter in the
init()
function in theSIB_Manager
class on line 373:That’ll allow me to do additional checks in
$_POST
and return false if the honeypot field is filled.Looking forward to your reply!
Kind regards,
Daan van den Bergh
- The topic ‘Could you add a filter to your code?’ is closed to new replies.