Created
December 29, 2019 16:59
-
-
Save adhummer/f33e23d3f5a9264883cb94c96971e85d to your computer and use it in GitHub Desktop.
Google Tag Manager / Wordpress Contact 7 - Listener Tag for GTM
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
document.addEventListener( 'wpcf7mailsent', function( event ) { | |
window.dataLayer.push({ | |
"event" : "cf7submission", | |
"formId" : event.detail.contactFormId, | |
"response" : event.detail.inputs | |
}) | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment