Form Example

This is a simple example of a form, with multiple controls:


Text Entry Example

The first text entry field, with default value "test" is here:

The second text entry field, with no default value is here:


Checkboxes Example

Now, here's three checkboxes right in a row:

  1. Checkbox 1, on by default.
  2. Checkbox 2, off by default.
  3. Checkbox 3, on by default.

Radio Buttons Example

The thing about radio buttons, is that although they look a lot like checkboxes, you can only select one option at a time:

  1. Cash
  2. Cheque
  3. Credit card:
    • Mastercard
    • Visa
    • AMEX

Select Example

Selects perform a similar function to radio buttons, except that they are displayed on one line and are hence are more compact and common.



Which selection would you like to make?

Normally you would submit the form using this button. However, the form needs to be sent somewhere!
This is where the server-side element kicks in! See the notes for more details!

To reset the various elements to their default states, press this button: