JavaScript Field Level Form Validation using a registration form
Description
In this document, we have discussed JavaScript field level form validation on a sample registration form. Following pictorial shows in which field, what validation we want to apply.
How would we set those validations
We have created JavaScript functions (one for each input field whose value is to be validated) which check whether a value submitted by user passes the validation.
It sets and keeps the focus on the input field until the user supplies a valid value.
When the user does so, they may proceed and can supply value to the next available field.
The later JavaScript function created is called on onsubmit event of the form.
HTML Code of the Sample Registration Form
field-level-sample-registration-form-validation.js is the external JavaScript file which contains the JavaScript ocde used to validate the form.js-field-level-form-validation.css is the stylesheet containing styles for the form.
For the sake of demonstration, we have taken five countries only. You may add any number of countries in the list.
CSS Code of the Sample Registration Form
JavaScript code for validation.
JavaScript functions called on onblur events of the each of the inputs in question
You can view this Field Level Sample JavaScript Registration From Validation Example in a separate browser window and check how the validation is working.
file_download Download the validation code from here.
Other JavaScript Validation :
- Checking for non-empty
- Checking for all letters
- Checking for all numbers
- Checking for floating numbers
- Checking for letters and numbers
- Checking string length
- Email Validation
- Date Validation
- A sample Registration Form
- Phone No. Validation
- Credit Card No. Validation
- Password Validation
- IP address Validation
Previous: JavaScript Form Validation using a Sample Registration Form
Next: JavaScript: HTML Form - Phone Number validation
Test your Programming skills with w3resource's quiz.
- Weekly Trends and Language Statistics
- Weekly Trends and Language Statistics