• Note: There are MANY forms on this page. Submit, only submits data from one form. Each form can have many different inputs on it.
  • A simple form
  • With some hidden variables
  • With a text field
    Knock Knock...
  • Method = GET above, note the URL. Variables and values end up in URL.
  • Method = POST below, note the URL (and where the data ends up). Variables and values end up in STDIN (are part of the http message body).
    Knock Knock...
  • Different input types. Note: A single form with many inputs follows.
    • Checkboxes Music Preference


    • Radio buttons

      Choose a Category of Room:

    • Text


    • Text Area
    • Selection (allow multiple, display 4)