SOLVED

Rejecting form submission if email address already exists within Marketo

Go to solution
jonyang28
Level 1

Rejecting form submission if email address already exists within Marketo

Hi all, is there a way to reject a form submission live (at the time of submission) if the email address already exists in our database? Or is there a way to stop a record from updating on the submission if the record has pre-existing values within certain fields? Thank you!

1 ACCEPTED SOLUTION

Accepted Solutions
cookiemonstersa
Level 4

Re: Rejecting form submission if email address already exists within Marketo

Once a field is updated with whatever value you would like, you can then block any field updates to that field.

Navigate to Admin > Field Management > drag in the field in question > Field Actions > Block Field Updates > check all the checkboxes.

Not sure about the first part of your question. Whats the use case? 

View solution in original post

4 REPLIES 4
cookiemonstersa
Level 4

Re: Rejecting form submission if email address already exists within Marketo

Once a field is updated with whatever value you would like, you can then block any field updates to that field.

Navigate to Admin > Field Management > drag in the field in question > Field Actions > Block Field Updates > check all the checkboxes.

Not sure about the first part of your question. Whats the use case? 

jonyang28
Level 1

Re: Rejecting form submission if email address already exists within Marketo

So we have a program that allows for a single user to be attached to multiple "accounts" and we want to ensure that the accounts stay separated in Marketo for the sake of reporting/visibility/post-creation flows. So instead of the user overwriting the field for the account that the email is attached to via form submission, we are forcing a rule that they must use a different email address with each account (whether it's a completely new address or they're adding a "+1" or similar to the end of the username). So the hope was to have a rejection message pop-up if they try to submit an email that already exists in our database with an account attached.

 

Appreciate the idea in regards to blocking field updates!

SanfordWhiteman
Level 10 - Community Moderator

Re: Rejecting form submission if email address already exists within Marketo

It’s possible to create a lead lookup form, yes. It takes some fancy JS plus my existing SimpleDTO Pre-fill JS. If you stay tuned for a couple of weeks this is going on the official Products blog.

jonyang28
Level 1

Re: Rejecting form submission if email address already exists within Marketo

Looking forward to it!