Question
create a sign-up form in javascript and HTML, CSS with fields(name, age, address, email, phone number, password, confirm password) and then the user can sign
create a sign-up form in javascript and 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
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