Design an HTML page that implements an online submit form of the domain of
your choice. Suggested domains are information inquiry, online purchase,
membership application, airline reservation.
Required items:
Include at least five fields for full credit, but not more than 10. These fields can be but are not limited to textfield,
textarea, checkbox, radio button, dropdown menu, slider (input
element with type="range"), and date picker (input
element with type="date"). Use at least three different
types of input controls for full credit.
The form must check at least one field for the presence
of an input value.
For full credit do not use the required attribute. Use JavaScript to cancel the form submission and ask the user to fill in the required fields
before resubmitting.
Include a submit button (input element with
type="submit") at the bottom of your form.
Submit your form to
http://ectweb.cs.depaul.edu/sjost/receipt.php
Use http://, not https:// in your URL. This receipt.php page echos back the information that
was submitted on your form. This verifies that the information
was received by the server.
Use method="POST" for your form
Grading Breakdown: Functionality: 55%; Creativity/Interesting: 10%; Layout
and Styles: 10%; Source Code Comments in all source code files (HTML, CSS,
JavaScript): 10%; Source code headers with name, project number, and submit
date: 5%; Submitted properly 5%; URL to studentweb server submitted properly: 5%