With TX Text Control X18, we will introduce a form field processing functionality to create and deploy forms including MS Word compatible fields such as checkboxes, drop-down boxes and form text fields. Documents created in MS Word containing legacy form fields and content control form fields can be imported into TX Text Control.

A unique feature of these forms is the option to add conditional instructions to each form field and to connect fields logically. Using instructions, it is possible to add dependencies between fields based on logical operators.

The following screenshot shows a typical tax form with the business type selection:

Form fields in TX Text Control

In order to add logic to this section, we will implement 4 different instruction rules to cover the following scenarios:

  1. One of three checkboxes must be selected.
  2. Only one checkbox can be selected at the same time.

The first instruction Type is handling the first requirement. If all checkboxes are not selected, mark all fields as invalid.

Form fields in TX Text Control

Visually, invalid fields can be highlighted (in this screenshot in yellow). The instructions are activated automatically when the document is in "read only protection" mode. This is the same process like the document protection feature that has been introduced in version X15.

Form fields in TX Text Control

Programmatically, you can loop through the form fields using the API in order to check for invalid fields before a document is saved or submitted (or any other process that is started when users are completing your forms).

The other three instruction rules define that only one field can be selected at the same time. The following screenshot shows one of these three instructions:

Form fields in TX Text Control

If more than one field of this group is checked, the others will be unchecked:

Form fields in TX Text Control

These conditional instructions can be used for many different scenarios. It is possible to add a complete workflow to forms by adding dependencies between form fields. If a specific form field is getting a defined value, rules can change the value of other defined fields or disable/enable form fields in other sections.

Regular Expressions for Syntax Checking

Additionally, it is possible to check the syntax of form fields by adding a regular expression to the conditional instruction. The following instruction is matching a form field to a US telephone number in the format XXX-XXX-XXXX.

Form fields in TX Text Control

This screen video shows the invalidation of the telephone form field when typing in an invalid syntax:

Form fields in TX Text Control

Stay tuned for more features of the upcoming version X18!