SOLVED

Re: How to create a new person when submitting a form without an email address (don't use munchkin id to sync )

Go to solution
maggie_Ring
Level 2

How to create a new person when submitting a form without an email address (don't use munchkin id to sync )

Hello, we have a company lead referral program. Currently, associates can submit leads on a salesforce embedded form that syncs them to SFDC and adds them to a campaign. There are some limitations with this and we would like to move to a marketo form. The problem is that our associates don't always know the lead's email address. When the email address is left blank, marketo will use the munchkin id and sync them to the actual associate or another lead submitted (with email). Is there a way to always create a new person when the email is blank (on this form only)? 

1 ACCEPTED SOLUTION

Accepted Solutions
Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Re: How to create a new person when submitting a form without an email address (don't use munchkin id to sync )

You could reset the munchkin cookie attribute  (_mkt_trk) using form2.0 JS so that any subsequent form fills are not associated with the previously cookied person. Refer to this developer page - Clearing Marketo Tracking Cookie from Forms 2.0 Submission

 

You could also refer to MktoForms2 :: Referral v2.0.2 put together by Sandy for setting up the referral using a Marketo form.

 

Also, unless necessary, I'd request you to think 2x before implementing this. You'd not want to have a ton of records w/o the email address field in your database and that too w/o being able to reference them accurately for updating the email address later. Records created w/o an email address field do certainly count toward the allocated Marketo DB record limit.

 

View solution in original post

2 REPLIES 2
Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Re: How to create a new person when submitting a form without an email address (don't use munchkin id to sync )

You could reset the munchkin cookie attribute  (_mkt_trk) using form2.0 JS so that any subsequent form fills are not associated with the previously cookied person. Refer to this developer page - Clearing Marketo Tracking Cookie from Forms 2.0 Submission

 

You could also refer to MktoForms2 :: Referral v2.0.2 put together by Sandy for setting up the referral using a Marketo form.

 

Also, unless necessary, I'd request you to think 2x before implementing this. You'd not want to have a ton of records w/o the email address field in your database and that too w/o being able to reference them accurately for updating the email address later. Records created w/o an email address field do certainly count toward the allocated Marketo DB record limit.

 

maggie_Ring
Level 2

Re: How to create a new person when submitting a form without an email address (don't use munchkin id to sync )

Thank you! This worked great!