-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREAD-ME-important.txt
51 lines (29 loc) · 2.15 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
43
44
45
46
47
48
49
50
51
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.
In Feed-Back Form ,only when all field are valid , there will be a alert and message stating " your feedback has been sent successfully",
else " invalid credentials, re enter the details again".
NOTE :The login forms does'nt have any land up pages nor pop up message, once valid , the field colours turn to green.
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 [email protected] . Any mail adress such as [email protected] or
[email protected] 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:- [email protected]
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@$!%*?&).