Close Sidebar
TextBox Field

Text Field

The Text field lets you collect data. Text fields accept letters and symbols from any language, numbers, and special characters.and symbols from any language, numbers, and special characters.

Properties

The Field Properties is where you customize your form fields. Input the Field Name and Field ID for easy identification. Choose the Number of Lines for the field and decide if it should have a Computed Value. Ensure data accuracy by adding necessary Validation. This simple setup allows you to tailor each field to your specific data collection needs.

Field Setting

See Basic Field Settings like Title, ID etc. Here

Lines

Lines refer to the visible height of the input area. This setting determines how many lines of text are initially displayed, offering a practical balance between screen efficiency and accommodating varied data input lengths. Users can easily adjust the field size, ensuring an adaptable and user-friendly interface.

Computed Value

The Computed Value feature empowers dynamic field content generation by enabling users to evaluate and define the value based on specific conditions. This allows for intricate expressions, such as referencing the value of another field directly (e.g., using the field ID), performing arithmetic operations (e.g., adding 2 to a field), or applying string functions like .ToUpper() or .ToLower(). Additionally, there is a rich array of functions available, providing users with a diverse toolkit for advanced data manipulation and customization.

See All Expression Here

Validations

There are 13 types of validations available for the Text field:

  • Max. Length: Restricts the field to a specified maximum number of characters
  • Min. Length: Requires the field to have a minimum number of characters
  • Equal to: Validates if the field content is identical to a specified value , Field or Expression
  • Not Equal To: Ensures the field content differs from a specified value , Field or Expression
  • Contain: Verifies if the field includes a specific sequence of characters
  • Does Not Contain:Ensures the absence of a specified sequence in the field
  • Email Format: Validates that the field follows a standard email address format
  • Url Format: Ensures the field adheres to a standard URL format
  • Letter Only: Allows only alphabetical characters in the field
  • Number Only: Restricts the field to numerical values only
  • Start With: Validates if the field content begins with a specified sequence
  • End With: Ensures the field content concludes with a specified sequence
  • RegEx. Expression: Uses a regular expression pattern for advanced custom validation

See all validations

By checking Field has unique value in process, this field must have a unique value within the process.