Validate Email Addresses on Forms | Community
Skip to main content
March 24, 2014
Question

Validate Email Addresses on Forms

  • March 24, 2014
  • 1 reply
  • 854 views
Is there a way to prevent a user from submitting a form if they have not provided an accurate email address?  Obviously they could make an email up, but I want to be sure that the text is entered with the correct email address format. (name@company.com).



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

1 reply

Edward_Masson
Level 10
March 24, 2014
Marketo checks automatically for the @ sign in the email.
You can have some JQuery to check for address containing gmail.com, yahoo.com etc. if you need to only accept company email address.