URL in results | Community
Skip to main content

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?

 

 

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!

 


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?


@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


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


Reply