(Solved) : Create Web Page Least Six Html Form Elements Upon Submission Form Data Must Processed Disp Q28127697 . . .
Create a web page with at least six HTML Formelements.
Upon submission of the form, the data must be “processed” anddisplayed.
Do not just display the same data entered.
The output can be displayed on the same file or a differentone.
Do not re-use any functionality from the lab.
Rubric:
RequirementsPointsThe form includes at least six HTML FormElements15pts
There are at least four different types of FormElements.
(text, checkbox, radio, select, number, submit, etc.)
15pts
Upon submission of the form, the data is “processed” and newdata is displayed. Do not just display the same data.
25pts
Upon submission of the form, the form is displayed again, withthe submitted values pre-filled.
15pts
Check boxes and radio buttons should be accessible (use “labelfor”)
10pts
There is validation for all unset or empty values with errormessages.
Validation must be done in PHP.
10ptsThere is an external CSS with at least 20 rules10pts
Expert Answer
Answer to Create Web Page Least Six Html Form Elements Upon Submission Form Data Must Processed Disp Q28127697 . . .
OR