Text¶
A Text field type is a simple text input form field like the below.
Name
Enter your name here
It accepts and records normal typed text with few character restrictions.
Multi-line entry is not possible with this field type. If you need multi-line text input, see the Text Area field type.
| Element | <input type="text"> |
| Stored As | String |
| Additional Settings | None |
| Unsupported Settings | None |
| Advanced Features | None |