• The main page has a contact form in a Revolution Slider and it works fine.
    Another contact form is in a Modal box using OptinMonster which doesn’t work properly. It doesn’t send an AJAX request on submit.
    After inspection at the Developer Tools, it seems like the problematic contact form in the Modal box, unlike the proper one, doesn’t have a ‘submit’ Event Listener.

    Nevertheless, at the Network Panel, a GET request is being initiated for both contact forms upon page loading (which I believe adding the Event Listener to the corresponding form) as follows:

    http://domain.tld/en/?_wpcf7_is_ajax_call=1&_wpcf7=FORM_ID&_wpcf7_request_ver=1481054735063

    Any ideas ?

    • This topic was modified 7 years, 4 months ago by avis1.
    • This topic was modified 7 years, 4 months ago by avis1.
  • The topic ‘Contact Form 7 Event Listener isn’t being added to form’ is closed to new replies.