10 votes

Form Submission tracking

Would like to have an option to create a dataLayer event with dynamic values such as Form name This would happen when a form is successfully submitted. window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event': 'form_success', 'form_name': 'Contact Us' // This should be the name of the form });
Niko Karppinen shared this idea

One Comment

Leave a Reply