Partner lead registration form

Anonymous
Not applicable
We want to give referral partners the option to register their leads online. The form needs to capture the referral partner's details as well as the prospect details. How to best go about this? Right now, I created new fields in Marketo for the referral partner details and am using the existing/regular lead fields for the prospects details so they can synch to SFDC as well. Is this the righ approach?  I understand that in the long run the partner referral fields will need to be mapped to SFDC fields, but I want to ensure that i'm not overwriting cookied information.
13 REPLIES 13
Kenny_Elkington
Marketo Employee

It can just go in an HTML element.

Anonymous
Not applicable

Hello,

I am aware of the ability to clear cookies using the JS that was mentioned above and we use this for multiple applications. I just wanted to clarify that we use a webhook to create two individual records using the same form - not to prevent the tracking.

The webhook does not use the Marketo API. Instead, we found the webhook solution is a more manageable solution to spoof a form fill compared to API.

With the original request, it looks like she needs two separate records created in MKTO with a single form fill. How have you been able to accomplish this?

I appreciate all the suggestions!

Ericka

SanfordWhiteman
Level 10 - Community Moderator

it looks like she needs two separate records created in MKTO with a single form fill

Simple, onSuccess run setValues and then submit().

Anonymous
Not applicable

Sanford,

Thanks for this. This is definitely a solution we will consider for future projects.

Ericka