Re: Partner lead registration form

Kenny_Elkington
Marketo Employee

Re: Partner lead registration form

It can just go in an HTML element.

Anonymous
Not applicable

Re: Partner lead registration form

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

Re: Partner lead registration form

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

Re: Partner lead registration form

Sanford,

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

Ericka