SOLVED

Re: Linking lead and Partner in Form

Go to solution
Paul_Johnson
Level 5

Linking lead and Partner in Form

Hope I can word this question correctly. I am trying to create a form in which a partner of ours can go to the form, fill out who they are are, and fill out the referral they are giving us.

I am hoping to link this information in Salesforce. Hoping to have the partner linked to the lead referral. Also needing marketo/salesforce to recognize the revisiting partner and not create a new partner every time they give a referral. Thanks for the help!

1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: Linking lead and Partner in Form

You can approach in a few ways.  You can have the referral email address as the primary email address and the partner email as a secondary field that gets populated when they submit the form.  Then the lead will have that information associated with it.

To sync this with salesforce you may need to use an API, not sure how you would do that part

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Re: Linking lead and Partner in Form

You can approach in a few ways.  You can have the referral email address as the primary email address and the partner email as a secondary field that gets populated when they submit the form.  Then the lead will have that information associated with it.

To sync this with salesforce you may need to use an API, not sure how you would do that part

Dan_Stevens_
Level 10 - Champion Alumni

Re: Linking lead and Partner in Form

All is well until you want Marketo to recognize the revisiting partner for future form submissions.  In order for the the form to pre-populate (using out-of-the-box functionality), the partner needs to be cookied on the landing page that's hosting the form.  Since the unique identifier is email address, you would need the partner email address to be the primary one so that the all of the information from the partner's lead record can pre-fill the form.

What if you do this: if the number of partners is manageable, setup a partner portal/index page that has all of the partners on a single page.  Clicking on each partner will take them to a partner page that could have all of their standard fields pre-populated (passing URL parameters from the portal page).  This is assuming there is no highly sensitive/personal data visible for other partners to see.  Just make sure you're using a landing page that has all tracking/cookie capabilities disabled.