Create a page called the registration page. This page should contain textboxes for the following: Email, Phone Number, Street Address, City, State, Zip, Contact Me By (Text, Email, Don't Contact Me), Terms of Service (I Accept), Register Button and Reset Button.
Using java, Create a script called registration.js and include this script in the page. The Reset button should clear all form fields when clicked and the Register button should validate the form fields and if valid display an alert that the users account has been registered. If fields are invalid, it should display a table below the form that displays the data for valid entries and error messages for invalid entries.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here