Question
Create a web page with at least six HTML Form elements. Upon submission of the form, the data must be processed and displayed. Do not
Create a web page with at least six HTML Form elements. Upon submission of the form, the data must be "processed" and displayed. Do not just display the same data entered. The output can be displayed on the same file or a different one. Do not re-use any functionality from the lab.
Rubric:
Requirements | Points |
The form includes at least six HTML Form Elements | 15pts |
There are at least four different types of Form Elements. (text, checkbox, radio, select, number, submit, etc.) | 15pts |
Upon submission of the form, the data is "processed" and new data is displayed. Do not just display the same data. | 25pts |
Upon submission of the form, the form is displayed again, with the submitted values pre-filled. | 15pts |
Check boxes and radio buttons should be accessible (use "label for") | 10pts |
There is validation for all unset or empty values with error messages. Validation must be done in PHP. | 10pts |
There is an external CSS with at least 20 rules | 10pts |
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