Question: create a javascript validation sign-up form using HTML, CSS with fields(name, age, address, email, phone number, password, confirm password) and then the user can sign
create a javascript validation sign-up form using HTML, CSS with fields(name, age, address, email, phone number, password, confirm password) and then the user can sign up. add one button"Add sign-up information" in the Sign-Up form and this information will be stored as an array in js objects. The form should check validations for every input
. After signing up, the user will redirect to the login page where he or she can log in using the information stored in the sign-up form. The login page should have(username, password) fields and if wrong information entered (means which is not stored in signup form ) then this page should not let the user to login.hence show login unsuccessful.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
