Text Box
A text box is a basic element. It creates a field in which the user can enter text. This is commonly used for details like first and last name.
The element creation form will ask for:
- Table Field:(required) the table field the information provided will apply to
- Label: (required) the identifier of the element in the overview
- Default Field Value:(optional & applies to static forms only) default text to appear on form
- Class:(optional) HTML class attribute for the element
- Validation rule: decide the level of validation for the element
Note: Forms can have only one element per table field.
Note: There is a character limit to a text box which is derived from the Core/Data Table field it is linked to.
All table fields are limited to 255 characters unless the type selected is "Large Text", in which case the limit is 9,999 characters.