HTML Forms

This exercise is intended to familiarize you with HTML forms. I will acquaint you with the code and then you will modify some of it.

Forms are usually used to send data to servers and often to request a response in return based on the the information sent. Sending data alone is called the POST method and sending a request for return information is called the GET method. They use different means for conveying data.

The main things to know about HTML form code:

The more common form objects:

Your exercise includes modifying the form choices below. This form is also designed to send the data entered into it to anyone with an email account. You will be modifying the code so that you can send the form information to your own email account. You may find this useful for your own Web site.

Your exercise:

  1. Save this file as H01_yourlastname.html
  2. Modify the code from the form below to include the following. You should be able to figure out how to do this by looking at the existing code:
    1. Add an additional meal time of your choice: give it a unique "value" and label.
    2. Change "spicy" to "HOT", changing both the label and the value.
    3. Add an additional dietary restriction of your choosing: give it its own "value" (but reuse the attribute name: restrict) and its own text label.
    4. Find the email address in the opening FORM tag. Change it to your own email address.
    5. Modify the value of the submit button so that the button reads: "Submit Information" instead of "Submit-Merci".
  3. Save the file and open it in your browser.
  4. Fill out the form, selecting the new items you created as your choices.
  5. Press the submit button and see if you can submit the information. If so, you will get the form's results in your email. NOTE: there may be restrictions on your network that prevent this. Successfully sending the email is not required.
  6. Online students: send me the file.

Chef Charles's Chapeau Club

Name:


What meal is most convenient for you?

Spice Preferences: Mild Medium Spicy

Dietary Restrictions:
Low fat
Vegetarian
Kosher
Low Salt


Please let us know how we may serve you better:

© 2008 Dan Vaughan