Radio
Radio selection is a basic element. It allows you to create a list of radio buttons, so only one of the options can be selected.
For the example shown above you could then offer text box for form users to define 'Other', should they wish.
When creating a radio element you will be asked for:
- Table Field:(required) the table field the information provided will apply to
- Label: (required) the identifier of the element in the overview
- Class:(optional) HTML class attribute for the element
- Radio button values: give a label (text shown to the user) and a value (text returned to platform)
- Selected: decide if an option is pre-selected
- Drag or Delete: either drag to desired position or delete option
- Force value validation: decide if a radio button must be selected. For more information, refer to the Validation topic.
Note: Forms can only have one element per table field.