项目作者: serghubr

项目描述 :
Simple registration form with client-side validation
高级语言: JavaScript
项目地址: git://github.com/serghubr/form-validation.git
创建时间: 2016-10-27T12:46:12Z
项目社区:https://github.com/serghubr/form-validation

开源协议:

下载


Form Validation

Demo: https://serghuber.github.io/form-validation

Features


  1. 4 fields marked with an asterisk (*) are mandatory.

  2. You can’t submit the form (submit button isn’t active) until all the required fields are filled in.

  3. Using regular expressions to validate email, password and phone number.

  4. E-mail address format: email@domain.com

  5. The password must be at least 5 characters long and can only contain lowercase Latin letters, uppercase Latin letters, numbers and underscores.

  6. You should confirm your password by entering your password in the Confirm Password field.

  7. Phone number must be in international format.