Text Areas in Web Forms

You can use the Designer to create basic HTML forms with an area for operators to add text.

Properties

AttributeValueDescription
NameUser-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.
LabelUser-defined alphanumeric string (A-Z, a-z, 0-9)Specifies descriptive text on the form control that is displayed to the operator.
RequiredUser-defined BooleanSelect one of the following options:
  • True, to ensure the operator enters a value in the form. If no value is entered, the form cannot be submitted.
  • False, to give the operator the option to enter a value in the form. If no value is entered, there is no effect on form submission.
ValueUser-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 LinesUser-defined numeric valueSpecifies the quantity of lines available in the text area.
Maximum CharactersUser-defined numeric valueOptional; Specifies the number of character spaces available in the form field.