Track UTMs in Webflow Form

Add the generic script in Header

As shown here...

Go to your page and create HTML block in your form

add the following content in

<div style="display:none;">
  <input type="text" class="form-inputs w-input" name="utm_source" id="utm_source">
  <input type="text" class="form-inputs w-input" name="utm_medium" id="utm_medium">
  <input type="text" class="form-inputs w-input" name="utm_campaign" id="utm_campaign">
</div>

as shown in the image:

You can add zapier integration and send all the data to Zapier when lead is submitted:


Revision #2
Created 13 August 2022 04:00:24 by UTMSimple
Updated 18 January 2023 16:12:22 by UTMSimple