Client Validators Page

This page is the same as the Validators Page plus it turns on client-side validation by specifying clientValidationEnabled="true" on the Form component. Every validator has a server-side implementation, but if it also has a client-side implementation (usually javascript) then it will be used if the browser allows it.

Error Message
First Name: (required, maxLength=10)
Last Name: (required, maxLength=10)


To Login