Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save engarifulislam/c76eb205915f9268f39595bfa84d7a09 to your computer and use it in GitHub Desktop.
Save engarifulislam/c76eb205915f9268f39595bfa84d7a09 to your computer and use it in GitHub Desktop.
Contact Form 7 Submitted Listener For Google Tag Manager
<script>
document.addEventListener( 'wpcf7mailsent', function( event ) {
window.dataLayer.push({
"event" : "contactForm7Submitted",
"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