Question: Please use HTML5 and JAVASCRIPT You have completed an HTML signup.html in labl. A task of this assignment is validating user inputs for the signup
Please use HTML5 and JAVASCRIPT

You have completed an HTML signup.html in labl. A task of this assignment is validating user inputs for the signup web page by using external JavaScript. We assume all inputs are in English. The validation should satisfy the following requirements 1. Using external JavaScript to do the validation, for example, create a validate_signup.js file. 2. No empty input. All form elements should have an input. If empty input, one alert box only. See image below The following fields must be filled out Email Username Password Password has to be 8 characters long! Confirm password: OK 3. Maximum input characters of "Email" is 60 characters. 4. Maximum input characters of "Username" is 40 characters. 5. "Password" length is 8 characters 6. "Confirm Password" field has to match "Password" field 7. For correct user inputs, show the user inputs in an alert window. Othersiwse, warn the user in an alert window 8. Link your signup.html on the index.html, 9. zip signup.html and validate signup.js, upload on URcourses by 11:55 PM
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
