The Textfield element is used to allow data entry in a form. The text field element can only capture one line of text and is able to limit the amount of characters that can be entered to the field. In addition, validation on the field can be specified using the validation properties for the element through the Validation tab.
| Property Name |
Description |
| Name |
This property is used the describe the name of the Text Field. In addition if this element is to become a search field, this property then becomes the label for the search field in the form. |
| Value |
This optional property is for storing the value for the text field element. It can also be used as the default value. |
| SearchField |
This optional property is used to specify if the the element is to be included in the search form in the Workflow Manager module. |
| DataType |
This optional property specifies the data type of the text field. If the data type is Calendar, a calendar link will automatically added next to the text field. |
| Class |
Optional name of the CSS style class. |
| MaxLength |
This optional property specifies the maximum number of characters allowed. |
| Width |
This optional property specifies the physical width of the field. The width value can be specified in pixels (eg 100px) or percentage (40%) format. |
| ReadOnly |
This optional property specifies whether the field is to be used as read-only. |
| Disabled |
This optional property specifies whether the field should be disabled. |
| Mandatory Validation |
This optional property specifies whether the field should be validated as a mandatory field. If this property is selected, an error message should also be provided. |
| Numeric Validation |
This optional property specifies whether the field should be validated as a numeric field. If this property is selected, an error message should also be provided. |
| AlphaNumeric Validation |
This optional property specifieds whether the field should be validated as an alpha-numeric field. If this property is selected, an error message should also be provided. |
| Email Validation |
This optional property specifies whether the field should be validated as an email address field. If this property is selected, an error message should also be provided. |


