Using Query String Parement to pass follow up with page URL into a form?
I am creating a landing page that will act as a gate to content we want to share. I would like to reuse this landing page, but I need to let the form/landing page know which content URL to direct people to after they submit the form. I would like to be able to pass that into the page as a query string parameter. Is it possible to put a query string parameter into the Form Thank You Page follow up with URL field? If it is possible, how?
I see that if I create a hidden field, I can read the query string parameter.
I thought about using a token, but the set-up page says it only accepts my text tokens. I created a my text token with PHP code to echo the parameter, but that doesn't seem to be working. I suspect Marketo isn't executing PHP code here, but it's also possible my code is missing something.