Re: How to implement multiple follow-up pages for global form sitting on external site?

Anonymous
Not applicable

How to implement multiple follow-up pages for global form sitting on external site?

We are wanting to use a single form to gate a large number of content downloads on our website but are not sure of how to go about setting the different follow-up pages based on what page they are filling out the form on. The form will be on an external site, not a Marketo LP. Is this possible to do on an external page?
Tags (1)
2 REPLIES 2
Josh_Hill13
Level 10 - Champion Alumni

Re: How to implement multiple follow-up pages for global form sitting on external site?

If you are using a Marketo form embedded on a main website (non Marketo LP), then it's pretty easy.
  1. collect URLs of the follow up pages
  2. in your form, use the Settings > Follow Up Page Choice steps.
  3. for each selection on the Selector Field, route the lead to a separate web page from #1.
  4. If the # of URLs is too long, then it is better to have a developer add javascript to the page to manage this. marketo's Form doesn't like more than 5-10 choices.
Another way is to pull in the Visited Web Page URL as a Choice or as part of the javascript.
Anonymous
Not applicable

Re: How to implement multiple follow-up pages for global form sitting on external site?

Thanks, Josh. We aren't using a selector field so we tried your second option. What we did was we added a hidden web source field to the form and added the choice, "If Web Source (Is or Contains) http://www.domain.com/content-download/, Follow up with External URL http://www.domain.com/content-download/thank-you" but when filling out the form, it stays on the page rather than loading the external page.