Client side validation (with JavaScript)
This sample shows how form data can be checked locally in the browser without server. Form will pass validation only if all inputs have valid values.
* - fields required to pass validation test
This sample shows how form data can be checked locally in the browser without server. Form will pass validation only if all inputs have valid values.