Join the Webstudio community

Updated 2 days ago

Get UTM Parameters from URL into Form (Submission to Airtable or Google Sheet, Marketing Analytics)

In Webflow I had a system that catched automatically the UTM marketing parameters from the URL (source, medium, campaign, term, content) when a user submitted a form.

The UTM parameters look like this as a tracking string:
?utm_source=linkedin&utm_medium=organic&utm_campaign=spring-2025&utm_term=keyword&utm_content=conversion-element

This string get attached to the base URL:
https://example.com?utm_source=linkedin&utm_medium=organic………

These parameters were automatically synced to Airtable/Google Sheet/CRM to see from which marketing campaign/channel/etc a new lead/client came from. Later in-depth analysis, statistics, calculations happened to see how profitable campaigns where and how to maximize conversions top to bottom of the funnel. Without this feature a real full funnel analysis is not possible.

How can this be implemented in Webstudio? I tried a bit, but couldn't bring it to work. I guess you guys are pros at it and it's a simple thing. Development is normally not my profession, more design and strategy and to make marketing profitable… so excuse me the noob question from a dev perspective.

I researched and found one thread "Get UTM parameters in the URL" but it was a dead end. The documention of Data Variables looked also promising, but didn't give an exact answer.

I know it should look something like this in the form field with an embed HTML in the form box
<input type="hidden" name="Source" value="utm_source">
(each hidden input for each utm param)

It would probably also need a JS in the head

If we find an answer I think it makes sense to create a tutorial for it. Marketing analytics is for some performance marketers important (and I am building landing pages with Webstudio super fast now after working two weeks non-stop with it – so I will definitely recommend it to all my colleagues and clients).
H
3 comments
Ok, played around and found the solution.

Integration in Webstudio (to track UTM parameters from URL and get them when user submits a form)

  1. Add a new input field in the form for the first parameter
  2. Change Properties & Attributes
  3. Name: Source
  4. Value: system.search.utm_source
  5. Type: hidden
  6. Continue adding parameters with this approach (step 1 + 2)
Source → system.search.utm_source
Medium → system.search.utm_medium
Campaign → system.search.utm_campaign
Term → system.search.utm_term
Content → system.search.utm_content

When a user gets on a link with an UTM tracking string and fills out a form, the form submission contains all the tracked UTM parameters. These submissions can be synced to Airtable or to Google Sheet for further analytics and calculations.

That's actually easier to integrate than I thought!
Attachment
image.png
One more thing: it absolutely makes sense to build up a database in Airtable as a Link Generator for the UTM tracking links.

This can look like this and can create these tracking strings and urls extremely fast.
Attachment
image.png
If we say we create a tutorial it would be nice to see a template in Airtable for the Link Tracker and also a base CRM to sync the leads from the form back to Airtable.

Let me know if you guys are interested, I am free to share every secret I know with the community.
Add a reply
Sign up and join the conversation on Discord