Skip to main content
Question

Share UTM parameters between forms

  • March 19, 2021
  • 2 replies
  • 84 views

Hello, i need connect 2 forms. The first will be on our site and rest questions will be as second form on your site. I see, that is possible pass data from one form to another, but could you tell me, if possible pass UTM parameters to another form as well?

Thanks

2 replies

vickioneill
Forum|alt.badge.img+5
  • Tastemaker
  • March 19, 2021

Hi @Skrz.cz ,

That’s a great question! I haven’t tried it before. How is the UTM being generated on both sites - from each website provider? 


Forum|alt.badge.img+1
  • Navigating the Land
  • February 24, 2026

You can achieve what you're wanting to achieve (capturing the UTM in the second form) quite easily, but it's a slightly different approach than what you are thinking. 

Instead of 'sending' the UTMs from one form to another, you would justs tore the UTMs in a cookie in the visitors browser so that they are available to both forms, and then you would write them into hidden fields on the forms at the time of submission.

You can write custom code to do this for you, or there are pre-built tools like Attributer.io that can help. Attributer stores the UTM parameters when someone first arrives on your site, and then automatically writes them into hidden fields on the forms (would work for both of your Typeforms). 

The UTMs would then be captured with each form submission and you could do what you want with the data (see it in the Responses section of your Typeform account, include it in email notifications, send it to your CRM, etc).