Answered step by step
Verified Expert Solution
Question
1 Approved Answer
**Using HTML and JavaScript Please create a simple mockup signup page using forms and use JS functions to validate form inputs. (90%) You need pack
**Using HTML and JavaScript
Please create a simple mockup signup page using forms and use JS functions to validate form inputs. (90%) You need pack resources into a package using zip or zar and submit it on moodle NOTE: You can reuse your code from HOMEWORK 1 and are free to use any existing frameworks or templates. However, you need to make sure that all external resources if any are packed into the submission A. Your form should ask for the following information: 1. First name: must take a string without a number in it 2. Last name: must take a string without a number in it E.g., wang11 -> should not be allowed. 3. Email: must be an email address 4. A sign-up page should have two buttons: sign-up and cancel. Here, the buttons must work. After clicking sign-up, the form should be validated. After clicking cancel, all values should be reset/removed from the form. 5. Every input should have a value. When the button is clicked and if some input field has no value, you should notify the user that that field does not have a value. 6. The above inputs must be input text fields (one-line text) and use JS code to verify every input field when the sign-up button is clicked and show error msgs on the web page to tell users what's wrong. Disclaimer: Some of the validation may not make sense if you use other UI controls. However, the purpose of this homework is to test your knowledge on JSStep 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