Form Fields
There are several different types of form fields that you may
insert into a page:
- Textbox - Inserts a textbox field, which can accept up
to 255 characters.
- Text Area - Inserts a text area, which can accept
unlimited characters.
- Checkbox - Inserts a checkbox, which a user may select.
- Option Button - Inserts a round option or radio button.
If you have a group of option buttons, only one may be
selected.
- Group Box - Inserts an outlined area. You may have a
label. (Doesn't work in all browsers.)
- Drop-down Box - Inserts a drop-down or select box.
- Push Button - Inserts a button that you may customize.
- Advanced Button - Inserts an advanced button.
- Picture - Inserts a picture that acts as a button.
- Label - If you have text before a form field, you may
select the text, select this command, and a special label
tag will be set.
- Hidden field - Allows you to set a value that the
visitor doesn't need to see.
Related Links
|