Text Fields in Web Forms
You can use the Designer to create basic HTML forms with generic, read-only text fields that you can use to add headings or titles to you forms.
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. |
Text | User-defined alphanumeric string (A-Z, a-z, 0-9) | Displays content that provides information to the operator about the form. For example, you can use this property to add a title to your form. |
Size | User-defined | Specifies the size of the text in the form, such as normal, small, medium, or large. |
Alignment | User-defined | Specifies the location of the text in the form, such as left, right, or center. |