Possible enumeration values:
| Name | Value | Description |
|---|---|---|
| TextBox |
1 |
Specifies the response field should be a text box. |
| RadioButtonList |
2 |
Specifies the response field should be a list of radio buttons. |
| DropDownList |
3 |
Specifies the response field should be a single selection drop down list. |
| ListBox |
4 |
Specifies the response field should be a multi selection list box. |
| CheckBox |
5 |
Specifies the response field should be a check box. |
| DateBox |
6 |
Specifies the response field should be a date box. |
| InformationNoResponseAllowed |
7 |
Specifies the response field should be an informational field that does not allow a response. |
| AutoCompleteBox |
8 |
Specifies the response field should be an autocomplete. |