项目作者: serghubr
项目描述 :
Simple registration form with client-side validation
高级语言: JavaScript
项目地址: git://github.com/serghubr/form-validation.git
Demo: https://serghuber.github.io/form-validation
Features
- 4 fields marked with an asterisk (*) are mandatory.
- You can’t submit the form (submit button isn’t active) until all the required fields are filled in.
- Using regular expressions to validate email, password and phone number.
- E-mail address format: email@domain.com
- The password must be at least 5 characters long and can only contain lowercase Latin letters, uppercase Latin letters, numbers and underscores.
- You should confirm your password by entering your password in the Confirm Password field.
- Phone number must be in international format.