Question: Instructions Create a registration form using HTML and CSS. Add necessary validation on your registration form using JQuery. The goal is that no null values

Instructions

Create a registration form using HTML and CSS. Add necessary validation on your registration form using JQuery. The goal is that no null values for required items and garbage values will be accepted in your registration form.

The following are REQUIRED validations in your registration form

: 1. Required items should not be null. (don't forget to add * for those required items in order to inform the user that the item is required.)

2. Making sure that email, phone number and alike follows the correct email pattern.

3. Password inputted should have numbers, lowercase letter, uppercase letter, special character and the length should be 8.

4. Password inputted should be the same with confirm password values. 5. Number values like age, weight, height and alike should only have number values. (plus "." for weight and height) You may also add more validations that are not mentioned.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!