Title: Javascript not firing
Last modified: October 4, 2022

---

# Javascript not firing

 *  Resolved [Daniel Proczko](https://wordpress.org/support/users/diggler/)
 * (@diggler)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/javascript-not-firing/)
 * Trying to push to GTM dataLayer and both of the following do not fire:
 *     ```
       document.addEventListener( 'wpcf7mailsent', function( event ) {
   
               dataLayer.push({
   
                 'event' : 'wpcf7successfulsubmit',
   
                 'formId': event.detail.contactFormId
   
         })
   
        });
       ```
   
 * OR
 *     ```
       dataLayer.push({
   
                 'event' : 'wpcf7successfulsubmit',
   
                 'formId': event.detail.contactFormId
   
        });
       ```
   
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fjavascript-not-firing%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Qube One ltd](https://wordpress.org/support/users/querysolutions/)
 * (@querysolutions)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/javascript-not-firing/#post-16076073)
 * You can add a “fire javascript” action for that
    Just go to your selected form-
   > on the actions tab select “fire javascript” and add your script there

Viewing 1 replies (of 1 total)

The topic ‘Javascript not firing’ is closed to new replies.

 * ![](https://ps.w.org/wpcf7-redirect/assets/icon-256x256.gif?rev=3416723)
 * [Redirection for Contact Form 7](https://wordpress.org/plugins/wpcf7-redirect/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpcf7-redirect/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpcf7-redirect/)
 * [Active Topics](https://wordpress.org/support/plugin/wpcf7-redirect/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpcf7-redirect/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpcf7-redirect/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Qube One ltd](https://wordpress.org/support/users/querysolutions/)
 * Last activity: [3 years, 8 months ago](https://wordpress.org/support/topic/javascript-not-firing/#post-16076073)
 * Status: resolved