Hello,
I am wondering if we can route a lead to Marketo instance A when the lead fills out a form that is hosted in Marketo instance B?
Background: We have a contact us landing page with a Marketo form. The form has 3 options that represent the 2 products we have, plus a choice to get information for both products.
Example:
- Business A
- Business B
- Both, Business A and Business B
We are moving Business A to its own Marketo instance soon and I am wondering how we could accomplish this routing when the Marketo form is hosted through Marketo instance A?
Thank you!
Solved! Go to Solution.
I am wondering if we can route a lead to Marketo instance A when the lead fills out a form that is hosted in Marketo instance B?
Sure. You use the technique I outlined in this post to load both embeds — one visible and one hidden. Add an onSubmit listener to the visible one to determine whether you should route to the hidden one (or potentially to both).
I am wondering if we can route a lead to Marketo instance A when the lead fills out a form that is hosted in Marketo instance B?
Sure. You use the technique I outlined in this post to load both embeds — one visible and one hidden. Add an onSubmit listener to the visible one to determine whether you should route to the hidden one (or potentially to both).
Amazing! Thank you so much. I will be meeting with our developer this week and walk through this process.
Will this solution also work for our unsubscribe page? It would look like email preferences where a contact can choose to unsubscribe from one or both of the product's emails.
Sure, it'll work on any form, including an Unsubscribe form.