Showing different landing pages based off of variable

Anonymous
Not applicable

Showing different landing pages based off of variable

We're trying to determine if it's possible to show a different landing page based on what value user enters in form country field. 

For example:
if country field contains USA, Canada, UK, then send to landing page A. 
If country field not contains USA, Canada, UK, then send to landing page B.  

Any input would be greatly appreciated.
Tags (1)
4 REPLIES 4
Anonymous
Not applicable

Re: Showing different landing pages based off of variable

You can do this using the technique described in the Change a Form's Follow Up Page Dynamically help article.
Jep_Castelein2
Level 10

Re: Showing different landing pages based off of variable

Alternatively, you can use dynamic content: https://community.marketo.com/MarketoTutorial?id=kA250000000Kz0hCAC

In that case, there will only be 1 page, but that page can have multiple versions. You can also use URL parameters to request the correct version for anonymous web visitors (see the bottom part of the page I referenced above. 
Anonymous
Not applicable

Re: Showing different landing pages based off of variable

Thank you both for the suggestions. Much appreciated. 
Jep_Castelein2
Level 10

Re: Showing different landing pages based off of variable

I was informed that dynamic content in this specific scenario may not always work, because it it will take Marketo a couple of seconds to process the form submission, but it may display the thank you page sooner. This means that the country value will not be there yet and the default thank you page will be shown.