Name | Type | Description | Notes |
---|---|---|---|
field_name | string | Name of the form field | [optional] |
field_type | string | The data type of the field; possible values are Text (FieldValue will be a string), Checkbox (FieldValue can be "true" or "false"), ComboBox (FieldComboBoxSelectedIndex will also be populated), Other | [optional] |
field_value | string | Value of the form field | [optional] |
field_combo_box_selected_index | int | Applies to ComboBox field types only; specifies the selected index of the combo box selection if available | [optional] |