| Field |
Type |
Description |
| Text Box |
Text |
String that can be limited to a certain number of bytes |
| Text Box (email) |
Text |
Email address validated on the client side |
| Text Box (mobile) |
Text |
Numeric input in mobile number format |
| Text Box (url) |
Text |
Ensures input is in a valid URL format. |
| Text Box (password) |
Text |
Encrypted text |
| Text Area |
Long Text |
Accepts long text |
| Word Processor |
Formatted Text |
WYSIWYG Editor that can accept formatted text from clipboard. |
| Check Box |
Bit |
Checked / Unchecked |
| Radio Buttons (horiz) |
Single Option Select (one to one relation) |
Displays a horizontal list of radio buttons that can be defined out of a query or a list of values |
| Radio Buttons (vert) |
Single Option Select (one to one relation) |
Displays a vertical list of radio buttons that can be defined out of a query or a list of values |
| Select |
Single Option Select (one to one relation) |
Standard dropdown list that can be defined out of a query or a list of values. |
| Select Combo |
Text / Single Option (one to one relation) |
Standard Text Box with a dropdown list. Values can be saved on the dropdown list for quick use in the text box. |
| Multiselect |
Multiple Option Select (one to many relation) |
List with options with the ability to select more than one entry. |
| MultiCheck |
Multiple CheckBox Select (one to many relation) |
List with options with the ability to select more than one entry. Also provides the ability to search within the options before selecting. |
| Media |
Media / Uploading |
Allows uploading of any kind of permitted files to the server. |
| Date |
Date |
Javascript Date Picker with easy date navigation |
| Date / DateTime |
Date & Time |
Javascript Date and Time picker. |
| Calculator |
Numeric |
Allows performing calculations on-the-fly before inserting a numeric value in the field |
| Color Palette |
Hex |
Javascript colour picker that inserts the hexadecimal value of the chosen colour to the field |