Form controls are the individual boxes and buttons with which a Web site visitor enters information. Microsoft Publisher supports seven types of form controls:
Use a checkbox to present a yes/no choice. If you add several check boxes to present a group of related but independent choices, visitors can click any number of check boxes from the group.
|
Use a group of option buttons to present multiple choices. Visitors can only select one option button (choice) within the group. You can have more than one group of option buttons per form.
|
Use a list box to present a group of items in a list. Visitors can scroll to select from one or any number of choices in the list box. You determine the available choices and the number that may be selected when you set
the properties of the list box.
|
Use a text box to provide only one line for typing information.
|
Use a text area to provide several lines for typing information.
|
You must include a Submit on every form. This button allows visitors to send you their form data. You can rename the button. The button can be formatted as a reset button to provide a way to clear form data and allow the Web visitor to start over. |