Text Areas in Web Forms
You can use the Designer to create basic HTML forms with an area for operators to add text.
Properties
Attribute | Value | Description |
---|---|---|
Name | User-defined alphanumeric string (A-Z, a-z, 0-9) | Specifies a unique identifier that is displayed in a workflow's Form activity. You can then bind properties associated with the selected form field. |
Label | User-defined alphanumeric string (A-Z, a-z, 0-9) | Specifies descriptive text on the form control that is displayed to the operator. |
Required | User-defined Boolean | Select one of the following options:
|
Value | User-defined alphanumeric string (A-Z, a-z, 0-9) | Optional; Specifies a predefined text value inside the form field that is visible to operators during run time. |
Number of Lines | User-defined numeric value | Specifies the quantity of lines available in the text area. |
Maximum Characters | User-defined numeric value | Optional; Specifies the number of character spaces available in the form field. |