Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author WisdmLabs

    (@wisdmlabs)

    It’s due to a conflicting javascript code implemented in the Contact Form 7 plugin.

    Contact Form 7 had implemented noCaptcha reCaptcha in their core plugin with the same tag name, a few months after this plugin was launched. This is causing some of their scripts to be triggered even when tag from this plugin is used.

    We have a lot of active users and changing the tag name will break most of the contact form using our tag.

    We are currently working on how to bypass cf7 plugin scripts and will update once we figure it out.

    Thread Starter JamieLe

    (@jamieleemi)

    Ok, I’ll deactivate it for now and fall back to CF7 Honeypot.

    A temp solution – and I really mean it’s a TEMPORARY solution – until we get an update from the plugin author is to add the following line of code to the js of Contact Form 7 (line 402):

    /wp-content/plugins/contact-form-7/includes/js/scripts.js

    FROM THIS:
    return this.each(function() {

    TO THIS
    var recaptchaWidgets;
    return this.each(function() {

    Plugin Author WisdmLabs

    (@wisdmlabs)

    Hi All,

    The current update(v4.0.5) fixes this issue. The plugins is working fine like before.

    @otinanaipali Thank you for your support.

    Thanks to All.

    • This reply was modified 8 years, 1 month ago by WisdmLabs.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No CF7 'Message sent' confirmation’ is closed to new replies.