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!
... View more