Back to: Homepage > Homework & Projects
CSCI 217 Homework 9

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:

  1. Text boxes to accept the person's name and email address
  2. Radio buttons, with name and value attributes, for the visitor's evaluation:
    1. Great Site!
    2. Pretty Good
    3. Okay, not bad
    4. You've got some problems
    5. A loser - Big Time!
  3. A Select box to classify visitors. Use the options Cadet, Faculty/Staff, Family/Friend, and Other.
  4. 3 Check boxes, that allow the visitor to tell you why the page is being visited, for example:
    1. You told me to visit
    2. I was curious.
    3. I got lost!
  5. Text area for comments
  6. Submit button
  7. Reset button

Name the file that contains this homework hw9.html. Remember to add a link from the Homework frame.