Simple Contact Form
Purpose:
- The purpose of this assignment is to refresh student memory with creating HTML forms.
- The student will learn how to provide feedback to the user after the form is submitted.
- The form information is sent to a PHP file, which extracts the user's input and then sends a message back to the user revealing the user's input.
- NOTE: The simple form uses HTML5 to the force fields to be required before submission, but does not use any type of field validation.