URL in results | Community
Skip to main content
Question

URL in results

  • February 19, 2025
  • 4 replies
  • 36 views

How can I get my form results to show me which page of my site they’re on when they fill out a form that is standardized across the top nav in a headless CMS?

 

 

4 replies

Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14840 replies
  • February 19, 2025

Hi ​@morris Happy Wednesday! I hope you’re having a good one. You would need to pass the data of the URL into the form, which is usually done through code, depending on how your page is built. We have a couple different answers for this in the community, such as this one!

https://community.typeform.com/typeform-developers-44/storing-the-source-of-leads-from-utm-parameters-in-the-url-5862?tid=5862&fid=44

 


  • Author
  • Explorer
  • 1 reply
  • February 19, 2025

Hi Liz—thanks for this! The article you sent is about UTMs—I have no trouble storing those in the responses. It’s the URL of the page the form is on that I’d like to record. Any tips there?


john.desborough
Forum|alt.badge.img+6
  • Certified Partner & Champion
  • 5257 replies
  • February 20, 2025

@morris - if you added a hidden variable, along with the utm, perhaps something like:

  • page=about or page=faq

that would allow you to track from what page they were coming

you could then pair that up with custom variables that contained the url in the form, if you need to track the exact url- using logic rules

ie if page=about then replace v_url with ‘https://yadda-yadda

 

just a thought

 

des


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14840 replies
  • February 27, 2025

Hi ​@morris I hope you’re doing well! How did this go for you? Let us know if you still need help!


Reply