...
Field Type | Data Accepted |
Text Box | Alphanumeric. |
Text Area | Multiline and alphanumeric. |
Password Box | Displays a password box. Used in conjunctions with Logged in User and requires an API or hardcoding of usernames. |
Email address. | |
URL | Ask the User to input a URL. |
Phone Number | Integers in Phone Number format. |
Number | Used to invoke the Number keypad on Mobile devices. |
Currency | Currency format. |
Calculation | Allows you to calculate the value of number fields and display it. |
Radio Buttons | Defined options. |
Select Box | One of a selection. |
Star Rating | Allows the selection of a 1 – 5 star rating. |
MultiSelect | Multiple options. |
Checkboxes | Multiple options. |
Checkbox | A single selection - often used when using conditional logic |
Date | Displays the Date dependent on defined format. |
Time | Time entered in defined format. |
Date + Time | Displays the Date and Time dependent on defined format. |
Camera | Accesses native Camera. |
Image Library | Accesses Image Library on Phone. |
File Upload | Allows the user to enter in a file to be uploaded and attached to the Form. |
Location | Accesses native GPS. |
Sketch/Signature | Allows a graphic entry into a field. |
Value | A fixed value that will not change. |
Logged In User ID | Displays a pre-defined User ID of the logged in user. |
User Attribute | Displays a pre-defined User Attribute. |
GET Value | A value that was passed to the form interaction. |
- Clicking this button will show what Fields accept what kinds of information as well:
...