Form |
| Member name | Value | Description |
|---|---|---|
| Unknown | 0 | Unknown field type |
| PushButton | 1 | PA pushbutton is a purely interactive control that responds immediately to user input without retaining a permanent value |
| RadioButton | 2 | Radio button fields contain a set of related buttons that can each be on or off. Typically, at most one radio button in a set may be on at any given time, and selecting any one of the buttons automatically deselects all the others. |
| CheckBox | 3 | A check box toggles between two states, on and off |
| Text | 4 | Text fields are boxes or spaces in which the user can enter text from the keyboard. |
| RichText | 5 | Rich text |
| File | 6 | File |
| ListBox | 7 | ListBox |
| ComboBox | 8 | ComboBox |
| Sign | 9 | Signature fields represent electronic signatures for authenticating the identity of a user and the validity of the document’s contents. |