Prototypical HTML Forms

This document displays the various form gadgets currently supported.


Text Fields

Basic text entry field:

Text entry field with default value:

Text entry field of 40 characters:

Text entry field of 5 characters, maximum:

Password entry field (*'s are echoed):

Just below this item is a hidden (not visible on browser though visible in source) field


Textareas

A 60x3 scrollable textarea:


Checkboxes

Here is a checkbox , and a checked checkbox .

Radio Buttons

Radio buttons (one-of-many selection):
  1. First choice.
  2. Second choice. (Default CHECKED.)
  3. Third choice.

Option Menus

One-of-many (Third Option selected by default):

Many-of-many (First and Third selected by default):

NOTE: Hold down CTRL and click to multiple-select.


Special Buttons

Submit button (mandatory):

Reset button (optional):


References

Heres a link to a handy HTML forms reference .


Prototypical HTML Form / Lawrie.Brown@adfa.edu.au / 1 Feb 96