Configuring Radio Buttons

Use radio buttons when you want site visitors to choose one option from a group. Clicking one radio button deselects all others in its group.

  1. On the Forms Handler Properties palette, select Show Dialog.

  2. On the Field tab of the Forms Handler dialog box, select Radio Button from the Type drop-down menu.

  1. Set the following properties:

  2. Name. Type the name for this button that’s passed to the PHP or ASP script processing the form. This should be the same for all buttons in the group.

  3. Value. Type the value passed for the button if the site visitor selects it. For example, if a visitor selects a button named Large in a group named 4, the output text might appear as 4=Large.

  4. CSS. To apply a custom CSS style to the form object, type the name of the CSS style in the text box or select the style from the drop-down list.

Note:
The Cascading Style Sheet must first be added in NetObjects Fusion to be available in the CSS drop-down list. See  Using Style Sheets with Custom Components.