ovipreneur

cHTML-Contact Form 7 listener

Mar 5th, 2021
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <script>
  2. document.addEventListener( 'wpcf7mailsent', function( event ) {
  3. window.dataLayer.push({
  4. "event" : "cf7submission",
  5. "formId" : event.detail.contactFormId,
  6. "response" : event.detail.inputs
  7. })
  8. });
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment