* To open in a full window, click on Edit in JSFiddle on each example.
Source: https://github.com/lancevo/smartform
required
.focus & .visited
patterns
useful pattern:
- alphabet uppercase: ^[A-Z]+$
- alphabet lowercase: ^[a-z]+$
- numbers : ^[\d]+$
- alphanumeric and space: ^[A-z\d\s]+$
- email: ^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$
match the value of other input field
password strength meter