For now, I’ve disabled the widget, because the amount of spammy “please confirm your subscription” emails my server’s sending is insane.
I’d really appreciate a response to this ticket.
An additional approach would be for your forms to support hCaptcha, the GDPR friendly alternative to Recaptcha.
Hi,
Thank you for reaching out to us regarding the issue you are experiencing with your sign-up form. I understand that you would like to add a HoneyPot to your form to prevent spamming by bots, and that Recaptcha is not a viable option due to GDPR regulations.
I appreciate the suggestion you have provided for adding a filter in the init() function of the SIB_Manager class to check for the honeypot field in the $_POST data. However, I would like to inform you that the implementation of such a filter would require changes to the underlying code of our platform, which may have an impact on other features and functionalities.
Therefore, I have escalated your request to our Product team for their review and consideration. They will evaluate the feasibility and impact of adding a HoneyPot or hCaptcha to our sign-up forms to prevent spamming.
We appreciate your patience and understanding in this matter. Please let me know if you have any further questions or concerns.
Best regards,
Alexis
Adding a filter won’t have any implications for the rest of the application. It’s simply a hook for other devs to hook into and allow for modifying the output.
The filter would allow me to add a Honeypot myself. Your devs won’t have to do anything.
Okay, thanks!