Radio Buttons in Web Forms
You can use the Designer to create basic HTML forms with radio buttons.
Properties
Attribute | Value | Description |
---|---|---|
Name | User-defined alphanumeric string (A-Z, a-z, 0-9) | Specifies a unique identifier that is displayed in a workflow's Form activity. You can then bind properties associated with the selected form field. |
Label | User-defined alphanumeric string (A-Z, a-z, 0-9) | Specifies descriptive text on the form control that is displayed to the operator. |
Required | User-defined; Boolean | Select one of the following options:
|
Options | User-defined; String | Required; Specifies the values for each form field line that are viewable to an operator during run time as a drop-down list. |
Default Option | User-defined; Integer | Optional; From the list of options for the control, select the one that you want the operator to interact with first. The default option is (none). If you do not change this value, there is no option selected in the run-time form. |