Page 1 of 1

17:08 Safari Create an HTML document called assignment4.html that collects the following information from the user: Memb

Posted: Tue Jul 12, 2022 8:15 am
by answerhappygod
17 08 Safari Create An Html Document Called Assignment4 Html That Collects The Following Information From The User Memb 1
17 08 Safari Create An Html Document Called Assignment4 Html That Collects The Following Information From The User Memb 1 (36.07 KiB) Viewed 32 times
17 08 Safari Create An Html Document Called Assignment4 Html That Collects The Following Information From The User Memb 2
17 08 Safari Create An Html Document Called Assignment4 Html That Collects The Following Information From The User Memb 2 (51.43 KiB) Viewed 32 times
17:08 Safari Create an HTML document called assignment4.html that collects the following information from the user: Member Registration Please complete all the fields below: First Name: Last Name: Address: City: Postal Code: Province: Age: Password: Confirm: Email: Register Now Clear Form ©Copyright your student info here Next modify assignment4.html to include the JavaScript code required for field validation. Following are the guidelines for validating the user input: ➜ All the fields are mandatory (cannot be left blank) → The postal code has to be in the a0a0a0 format - (research it on the internet) → Province is one of QC, ON, MN, SK, AB, BC. → Age has to be at least 18 yrs old
17:09 al@ → Age has to be at least 18 yrs. old. Safari → The Email field must contain the @ and characters (5% of the mark for using a regular expression research it on the internet) → The Confirm Password and Password fields should have identical input. → Passwords must have at least 6 characters and must contain at least one digit and one upper-case character. (5% of the mark for using a regular expression - research it on the internet) When the form fields pass validation, an alert message is displayed to show a confirmation message (e.g. "Thanks for registering with our website, your customer record was created successfully."). (10% of the mark) Customize/design your page using a CSS style sheet and graphics of your choice. Include a banner area with graphics and a title of your choice, add additional visual enhancements to the page as you consider suitable.