• Resolved obahat

    (@obahat)


    Hi,

    I updated the plugin to the latest version and the response message is not displaying after submit. Also, it seems that after submit, the URL after is strange.

    Any help would be greatly appreciated.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    What other plugins and theme do you use on the site?

    Thread Starter obahat

    (@obahat)

    Here’s the list of other plug-ins. The page that includes the contact form is not composed with elementor, in case it helps.

    Antispam Bee
    Better Search Replace
    Broken Link Checker
    CAOS
    Classic Editor
    Contact Form 7
    Content Views
    Content Views Pro
    Customizer Export/Import
    Elementor
    Header and Footer Scripts
    OMGF
    Permalink Manager Lite
    Redirection
    Smart Slider 3
    SSL Insecure Content Fixer
    Sydney Toolbox
    UpdraftPlus – Backup/Restore
    Void Contact Form 7 Widget For Elementor Page Builder (deactivated)
    WP All Export (deactivated)
    WP Fastest Cache
    WP Fastest Cache Premium
    WP Mail SMTP
    Yoast Duplicate Post
    Yoast SEO

    Thread Starter obahat

    (@obahat)

    I found the culprit. It’s a footer script that someone plugged a while back for tracking. I took it out. Any idea why it broke things?

    // Google Analytics conversion event tracking
    $(“a[href^=’tel’]”).on(“click”, function(){
    gtag(‘event’, ‘click’, { ‘event_category’: ‘phone’});
    });
    $(“.wpcf7-form”).on(“submit”, function(){
    gtag(‘event’, ‘submit’, { ‘event_category’: ‘contact’});
    });

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Response stopped working after last plugin update’ is closed to new replies.