Preview:
1<script type="text/javascript">
2  window.addEventListener("message", function(event) {
3    if(event.data.type === 'hsFormCallback' && event.data.eventName === 'onFormSubmitted') {
4      window.dataLayer.push({
5        'event': 'hubspot-form-submit',
6        'hs-form-guid': event.data.id
7      });
8    }
9  });
10</script>
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter