Scripts: Javascript :: Forms :: Library Article #20
Developer's Section
![]() By: Erobo Team Member
|
||||||||
![]()
In this tutorial we will learn how to validate an input field that requires a valid email address.
Email Address Validator Example: Step 1: Create Javascript method The following code snippet shows you how to create an email address validator using a regular expression: Step 2: Test using a simple form Create a form and test the function:
|
||||||||
|
||||||||
![]() |
|
![]() the form below: |