How to validate business email address in marketo form | Community
Skip to main content
Level 1
November 27, 2022
Solved

How to validate business email address in marketo form

  • November 27, 2022
  • 1 reply
  • 3200 views

Hello , 

Is anyone having an idea on how to validate only business email addresses in marketo forms . 

Thank You

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Darshil_Shah1

There are quite a lot of similar threads already on the Community! (Also, by verifying, I am assuming you’d want to prevent form submissions from non-business email domains)

 

There are a couple of ways you can do this - 

 

1. Use Marketo’s OOTB form validation rule to enable blocking the domains in “Consumer Email Domain Blocklist“ list. This list has the free consumer email domains, you can view domains in the list here. You can also block specific domains from submitting Marketo forms by creating custom global form validation rules. Refer this documentation page.

2. Use a custom JS to prevent submission from a set of predefined  email domains. The authoritative  list of free consumer email domains is here. Ref - Sandy’s comment on a similar post here.

 

I hope this is helpful! Please let us know if you have questions. 😃

 

1 reply

Darshil_Shah1
Community Advisor and Adobe Champion
Darshil_Shah1Community Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
November 27, 2022

There are quite a lot of similar threads already on the Community! (Also, by verifying, I am assuming you’d want to prevent form submissions from non-business email domains)

 

There are a couple of ways you can do this - 

 

1. Use Marketo’s OOTB form validation rule to enable blocking the domains in “Consumer Email Domain Blocklist“ list. This list has the free consumer email domains, you can view domains in the list here. You can also block specific domains from submitting Marketo forms by creating custom global form validation rules. Refer this documentation page.

2. Use a custom JS to prevent submission from a set of predefined  email domains. The authoritative  list of free consumer email domains is here. Ref - Sandy’s comment on a similar post here.

 

I hope this is helpful! Please let us know if you have questions. 😃