Validation form field types

When designing a validation form, it is helpful to know the types of fields you can add, and how they can be configured to best suit your needs. If you have a document that contains a lot of individual pieces of information about a customer, and you want some of this information validated, it is best to present each piece of valuable information in its own field. You can choose any of these field types:

Text field

A field that usually contains a single piece of information, such as a customer number or a date.

You can configure this field to fit the data, so if the input is a 3 digits, you can resize the field to fit the input.

Check box

This turns a field into a single checkbox. This type of field is commonly used for questions that have a simple yes or no answer.

For fields such as Gender or Title, an individual checkbox field is needed for each of the separate options, each with its own label and MiniViewer.

Note There is a difference in check box behavior between Validation and Thin Client Validation. Both return a boolean value where 1 represents a selected check box and 0 represents a cleared check box. However, when Validation has a check box that is mis-configured there is a possible third indeterminate state that is represented with a square in the check box. This is an unwanted and incorrect configuration and the extraction configuration for that field must be updated to allow a value of 0 or 1 only.
Combo box

This field type in its most basic form is a list, and the values displayed in the list are completely configurable.

Using the combobox field type is more efficient than individual checkbox fields if there is a long list of options. This field can also be configured to allow the validation user to type free content, or it can be restricted to a selection from the list.

Additional field options are available for these field types.