Carrying over URL Parameter from one landing page to another landing page | Community
Skip to main content
Level 1
April 22, 2020
Question

Carrying over URL Parameter from one landing page to another landing page

  • April 22, 2020
  • 1 reply
  • 2405 views

Hello!  I've created a landing page that we're using to have the prospect "Choose the right solution".  It has a button for each solution that sends the prospect to the appropriate landing page.  We use custom URL parameters (example test.com/splashpage?ls=customparameter) to pass a specific value that we want to capture on the form.  But in this case, the form is only on the page after they click the button.

 

Is there a way to transfer the parameter to the button URL so that it can be captured on the form on the 2nd landing page? This parameter can be one of 5 values and I want it to be captured on the landing page form submission.  

 

Here is an example of what I want: I go to test.com/splashpage?ls=customparameter and I click on Button A and it takes me to landing page test.com/landingpageA and I want that url to say est.com/landingpageA?ls=customparameter.

 

Thank you for your help!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
Level 10
April 22, 2020

Pls don't use the privately owned domain "test.com" if you mean a placeholder domain, use "example.com" (that's an actual standardized domain that can never be in private hands).

 

In this particular case, there's no reason to copy the URL param to the button URL. Just choose AutoFill from Referrer Param on the form. That parses the URL of the previous page.

ameloAuthor
Level 1
April 24, 2020

Thanks for your help.

SanfordWhiteman
Level 10
April 28, 2020

Sure @amelo but please come back to the thread and mark my answer as the Solution.