# Track UTMs in Webflow Form

#### Add the generic script in Header

As shown here...

[![](https://docs.utmsimple.com/uploads/images/gallery/2022-08/scaled-1680-/image-1660363285184.png)](https://docs.utmsimple.com/uploads/images/gallery/2022-08/image-1660363285184.png)

#### 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:

[![](https://docs.utmsimple.com/uploads/images/gallery/2022-08/scaled-1680-/image-1660363925622.png)](https://docs.utmsimple.com/uploads/images/gallery/2022-08/image-1660363925622.png)

You can add zapier integration and send all the data to Zapier when lead is submitted:

[![](https://docs.utmsimple.com/uploads/images/gallery/2022-08/scaled-1680-/image-1660364022495.png)](https://docs.utmsimple.com/uploads/images/gallery/2022-08/image-1660364022495.png)