How to create a new person when submitting a form without an email address (don't use munchkin id to sync ) | Community
Skip to main content
Level 2
January 20, 2023
Solved

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

  • January 20, 2023
  • 1 reply
  • 1509 views

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)? 

Best answer by Darshil_Shah1

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.

 

1 reply

Darshil_Shah1
Community Advisor and Adobe Champion
Darshil_Shah1Community Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
January 20, 2023

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.

 

Level 2
January 20, 2023

Thank you! This worked great!