Fill-Out Form Example #3
|
|
This is another fill-out form example, with multiple text entry
fields and checkboxes.
Things you may want to note:
- By default, checkboxes are off.
- When the query is packaged up, off checkboxes are ignored
completely and on checkboxes are given the values specified by
the
value
attribute in each input
tag.
- Multiple checkboxes can have the same
name
, if
desired.
Back to example 2
or
forward to example 4.