-
Notifications
You must be signed in to change notification settings - Fork 0
/
READ-ME-important.txt
42 lines (26 loc) · 1.83 KB
/
READ-ME-important.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
rajesh Pv
2147126
i have made a sample website for christ university and have included forms such as contact form ,feedback form and a user-login ( student login,teacher login and internet login)forms.
the site has being hosted under netlify.app for live experience of the form.
This forms in the website validates for
1.name field: *locks numeric input
*accepts username of varying of length between 2 to 20.
eg: Om , RAJESH
* accepts no special characters.
*it will highlight the field as RED colour if there is any violation, else GREEN indicating valid input.
2.Phone Field : *locks alphabet inputs
*restricts input of special characters
* input length should be exactly 10, any input less than 10 digits or greater than 10 digits marked as violation
*it will highlight the field as RED colour if there is any violation, else GREEN indicating valid input.
3.Email Feild : *allows alphanumeric and special character inputs such as ( @ , - )
* only input for '@' symbol in a mail.
*accepts only domain specific mail address such as example@christuniversity.in . Any mail adress such as example@gmail.com or
example@yahoo.coom etc, marks as an violation and highlights RED .
*only when specified domain mails are entered , its is considered to be a valid email and turns the feild into GREEN indidicating a valid mail
eg:- rajeshpv@christuniversity.in
2147126@christuniversity.in
3. Password Field :* minimum length of password should be 8.
*it must include atleast one numeric input anywhere in the string (0-9).
*it must include atleast one lower case character anywhere in the string (a-z).
*it must include atleast one upper case character anywhere in the string (A-Z).
it must include atleast one special character input (@$!%*?&])[A-Za-z\d@$!%*?&).