Generic Webflow form tracking tag<\/figcaption><\/figure><\/div>\n\n\nTrigger the tag on ‘All Pages’.<\/p>\n\n\n\n
This tag will now trigger a Custom Event on each Webflow form submission, with the Event Category ‘form submission’ and Event Action set to the form’s ID in Webflow.<\/p>\n\n\n\n
This Custom Event can now be used to trigger additional platforms such as LinkedIn Ads or Quora Ads.<\/p>\n\n\n\n
Tracking Webflow form submissions without GTM<\/h2>\n\n\n\n
In the unlikely case that you don’t use GTM, you can still use this method to track form conversions.<\/p>\n\n\n\n
Simply add the following snippet to your site’s code:<\/p>\n\n\n\n
<script type=\"text\/javascript\">\n$(\"form\").submit(function(event) {\n var formID = $(this).attr('id');\n \/\/ Some code you want to run\n});\n<\/script><\/code><\/pre>\n\n\n\nFor example, if you want to track Facebook Leads and Google Analytics events:<\/p>\n\n\n\n
<script type=\"text\/javascript\">\n$(\"form\").submit(function(event) {\n var formID = $(this).attr('id');\n fbq('track', 'Lead');\u200e\n gtag('event', 'form_submission', {'form_id' : ''});\n});\n<\/script><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"Webflow is a great CMS solution loved by designers. While I’m more of an Elementor fan, I’ve found Webflow to be a good solution for launching pixel-perfect websites. Webflow offers native integration with Google Analytics and a simple option to add Google Tag Manager (GTM), so for most simple tracking purposes you can get it […]<\/p>\n","protected":false},"author":1,"featured_media":4720,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,39],"tags":[200,50],"class_list":["post-4714","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-google-analytics","category-google-tag-manager","tag-forms","tag-webflow"],"_links":{"self":[{"href":"https:\/\/trackingchef.com\/wp-json\/wp\/v2\/posts\/4714","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/trackingchef.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/trackingchef.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/trackingchef.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/trackingchef.com\/wp-json\/wp\/v2\/comments?post=4714"}],"version-history":[{"count":10,"href":"https:\/\/trackingchef.com\/wp-json\/wp\/v2\/posts\/4714\/revisions"}],"predecessor-version":[{"id":5668,"href":"https:\/\/trackingchef.com\/wp-json\/wp\/v2\/posts\/4714\/revisions\/5668"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/trackingchef.com\/wp-json\/wp\/v2\/media\/4720"}],"wp:attachment":[{"href":"https:\/\/trackingchef.com\/wp-json\/wp\/v2\/media?parent=4714"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/trackingchef.com\/wp-json\/wp\/v2\/categories?post=4714"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/trackingchef.com\/wp-json\/wp\/v2\/tags?post=4714"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}