Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1056358

    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!

    #1056997

    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

    #1057007

    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!

    #1057530

    Hi,

    Thank u for the feedback and for coming back to us with the update. We do appreciate it a lot!

    Best regards,
    Basilis

    #1057909

    Happy to help. For now, I’ve deactivated the plugin and am using Contact Form 7 & Honeypot.

    All the best,
    Steve

    #1058075

    Hi Steve,

    Thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.