Answered step by step
Verified Expert Solution
Question
1 Approved Answer
WRITE HTML AND JAVASCRIPT FILES FOR THE FOLLOWING QUESTION Write a javascript to validate the following form. The ID must start with upper case string
WRITE HTML AND JAVASCRIPT FILES FOR THE FOLLOWING QUESTION
Write a javascript to validate the following form.
The ID must start with upper case string of size 5 followed by 4 digits and end with a capital letter. Example: COLTK9438N
The password should have upper and lower case letters, digits, and special characters.
Password and confirm password should match.
Name field should have only strings.
Shouldnt leave any field empty except Phone 2.
Birthday format: dd/mm/yyyy.
Age must exceed 18 years.
The phone number should have exactly 10 digits and the first digit should be >= 6.
Validate other fields also appropriately.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started