Yes2web validation demo

Select a validation method



Required

Uses the required(); method


Email specific


Equal to

Uses required(); method


Uses required(); and equalTo('password1'); method


Conditional field

Uses required(); and minLength(); methods



Buttons and checkboxes

Gender



Uses the rangeLength(); method






Uses the rageLength(); method



Numerical

Your age (in Years):

Uses the number(); method

Valid URL

Uses the defined URL condition using the regex(); method


Max. Length

Uses the maxLength(); method



Date