Hello,
We use two instances of Marketo. I would like to be able to create a link in an email of one instance that would lead to a landing page of another instance and prepopulate the form with the lead details. Can someone show me or discuss some ideas? This is a case where a lead is routed to one instance but should be re-routed to another instance because it is the wrong product line.
Robb, I'm interested in knowing if you've had any developments with a solution for this.
No luck
Your best bet would be to build the forms with the fields populating the field values from queryparameters and then building the links with tokens to populate the correct values.
i.e. Link = info.example.com/landing-page.html?first_name={{lead.First Name}}&last_name={{lead.Last Name}}&phone={{lead.Phone Number}}...
This isn't very secure at all but it's probably the lowest effort way of doing this.