Skip to content

Instantly share code, notes, and snippets.

@nikosantis
Created July 21, 2022 20:47
Show Gist options
  • Save nikosantis/d91ec3e94b9097a3c9ba5d536a25aeb2 to your computer and use it in GitHub Desktop.
Save nikosantis/d91ec3e94b9097a3c9ba5d536a25aeb2 to your computer and use it in GitHub Desktop.
document.addEventListener(
'wpcf7mailsent',
function (event) {
dataLayer.push({
event: 'formSent'
});
},
false
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment