Because I’ve been getting bombarded by spam via the contact form—to the point that my host canceled my hosting account because it was overwhelming the server—I installed @ismael’s recaptcha plugin last night.
The plugin is doing what it should with my contact form (drstevesilvestro.com/contact).
HOWEVER, it’s now added a captcha to my Mailchimp newsletter signup form—which I do NOT want. See my homepage to see this….it’s in the blue bar 1/3 down the page: http://www.drstevesilvestro.com
How might I go about remedying this?
Thanks!
Hey Uncannystevo,
Thanks for the info.
I modified the plugin a bit. You have to modify the “public/class-enfold-recaptcha-public.php” file and edit this code around line 196:
var form = jQuery(".avia_ajax_form");
Replace it with:
var form = jQuery(".avia_ajax_form").not(".avia-mailchimp-form");
Best regards,
Ismael
Thanks, Ismael, I really appreciate the help.
Unfortunately, I had to deactivate the plugin because a bigger issue came up with it for my site:
I’ve got to keep it deactivated for now until a workaround comes up for the ad issue. If it’s possible that one does, then I’ll be sure to make these changes, too. Thanks!
Hi,
Thank u for the feedback and for coming back to us with the update. We do appreciate it a lot!
Best regards,
Basilis
Happy to help. For now, I’ve deactivated the plugin and am using Contact Form 7 & Honeypot.
All the best,
Steve