In this assignment you are to create an e-mail form. Using the Student Survey Form as a model, create a form that a visitor to your web site can use to give you feedback. The form results should be sent to your e-mail account. At a minimum the form should contain the following:
Name the file that contains this homework hw9.html. Remember to add a link from the Homework frame.
- Text boxes to accept the person's name and email address
- Radio buttons, with name and value attributes, for the visitor's evaluation:
- Great Site!
- Pretty Good
- Okay, not bad
- You've got some problems
- A loser - Big Time!
- A Select box to classify visitors. Use the options Cadet, Faculty/Staff, Family/Friend, and Other.
- 3 Check boxes, that allow the visitor to tell you why the page is being visited, for example:
- You told me to visit
- I was curious.
- I got lost!
- Text area for comments
- Submit button
- Reset button