Selections
Introduction
Selectionis a configurable unit used to define the available options for a selection (dropdown) form field.
Configuration
- All
Selectionsconfiguration can be maintained in the ISON configuration.
ISON Configuration Details
Sample
<selections>
<selection id="select_id">
<option id="option_id_1">option_value_1</option>
<option id="option_id_2">option_value_2</option>
</selection>
</selections>
Explanation
<selections>: Wrapper element forSelectionsconfiguration.<selection>: Represents a single selection with available options.- Attributes:
id: The unique ID of theSelection, which should match the ID configured in the relatedWizard Step. This attribute is required.
- Elements:
<option>: Defines an individual option within the selection.- Attributes:
id: The unique ID of theOption. This attribute is required.
- Attributes:
- Attributes: