Enum FormFieldType
Types of form fields that can be detected.
public enum FormFieldType
Fields
Checkbox = 1A checkbox field.
DateField = 4A date field.
Dropdown = 3A dropdown/select field.
NumericInput = 6A numeric input field.
Other = 8Other or unrecognized field type.
RadioButton = 2A radio button field.
SignatureField = 5A signature field.
TextArea = 7A multi-line text area.
TextInput = 0A text input field.