Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save matheusolivesilva/2bf4fdc98a97c7eb47a9e3abfc4564ea to your computer and use it in GitHub Desktop.

Select an option

Save matheusolivesilva/2bf4fdc98a97c7eb47a9e3abfc4564ea to your computer and use it in GitHub Desktop.
<script>
var wpcf7Elm = document.querySelectorAll('.wpcf7');
wpcf7Elm.forEach(function(form) {
form.addEventListener('wpcf7mailsent', function(event) {
fbq('track', 'Lead');
}, false);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment