Elementor Form Event Listener

Tracking conversions of forms built with the Elementor page builder is easy, using Google Tag Manager and Elementor form event listener. Enhance your marketing using this conversion data in your analytics and advertising platform.

How to track Elementor Form Submission with google tag manager

To track Elementor form conversions in your analytics and advertising platform, you’ll need Google Tag Manager, and the Elementor form submits event listener javascript code.

Start by creating a custom HTML tag where you’ll paste the event listener code and fire it on pageview or DOM ready.

Create a custom event with the event name [elementorFormSubmitted] 

the event happens only on successful submission of Drip forms

Connect your marketing tags/pixel to this trigger, debug, test and publish once everything is okay.

🏆 Credit: Created by J J Reynolds 

<script>jQuery( document ).ready(function( $ ){
jQuery( document ).on('submit_success', function(){

window.dataLayer = window.dataLayer || [];
window.dataLayer.push({
'event': 'elementorFormSubmitted'
});
});
});</script>

Video of how to use the listener

Related Event Listener

ConvertKit Form

Easily measure Convert Kit form submissions conversions, using this event listener to trigger your marketing pixels and tags in GTM.

Klaviyo Form

Track when users become a lead by successfully submitting your Klaviyo form and fire your marketing pixels/tags when they convert
gravity form event listener

Gravity Form

Capture your Gravity form conversions as they happen in a dataLayer format which can be used in GTM to trigger marketing tags.

download the google tag manager recipe for tracking Elementor Form Submission

we make you smarter with data

made with ❤️

The DumbData Team