Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
28 views3 pages

Validation

Validation for Form

Uploaded by

rtiwari1487
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views3 pages

Validation

Validation for Form

Uploaded by

rtiwari1487
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 3

User Registration

Fields Validation
Classes Name: Cannot be empty
No Special Character
Number's allowed

Owner Name Cannot be empty


No Special Character
Number's not allowed

Mobile No Cannot be empty


No Special Character
No Alphabet
Not less than 10
Not more than 10

Email Id: Cannot be empty


valid emailId

Address Cannot be empty

Password cannot be empty


not match Confirm Pass

less than 8 character

no capital
Input

Tiwari@
Tiwari1
Tiwari

Reena @
Reena1
Reena Tiwari

@345435
a345435
12345
81083260705
9876541230

abhinavb094@
[email protected]
Output
Class Name cannot be Empty
Digits and Special Character are not allowed.
Digits and Special Character are not allowed.
Contact Registered.

Owner Name cannot be Empty


Digits and Special Character are not allowed
Digits and Special Character are not allowed
Contact Registered.

Mobile Number cannot be Empty


Alphabet and Special Character are not allowed
Alphabet and Special Character are not allowed
Mobile Number should not be less or more than 10
Mobile Number should not be less or more than 10
Contact Registered.

Email cannot be Empty


Email is not valid!
Contact Registered.

Address cannot be Empty


Contact Registered.

Password cannot be Empty


Password and confirm Password do not match

Password must be at least one uppercase letter,


lowercase letter, digit, a special character with no spaces
and minimum 8 length

Password must be at least one uppercase letter,


lowercase letter, digit, a special character with no spaces
and minimum 8 length

You might also like