Advertisement
northwoods

Form Submitted

Oct 15th, 2021
1,528
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. window.dataLayer = window.dataLayer || [];
  3. window.dataLayer.push({
  4.   'event': 'formSubmitted',
  5.   'form_id': 'whatever the form ID is, if there is one',
  6.   'form_name': 'whatever the form name is, if there is one - e.g. contact us'
  7. });
  8. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement