-
Notifications
You must be signed in to change notification settings - Fork 445
Custom Fields Types
Robert Spencer edited this page May 10, 2024
·
3 revisions
Name | Description |
---|---|
True/False | Simple yes/no question |
Date | Standard date in Year-Month-Day [YYYY-MM-DD] format |
Text Field (50 Character) | A text field with a maximum length of 50 characters |
Text Field (100 Character) | A text field with a maximum length of 100 characters |
Text Field (Long) | A paragraph-length text field holding a maximum of 65,535 characters |
Year | Standard 4-digit year. Allowable values are 1901 to 2155 |
Season | Select one of the 4 seasons |
Number | A whole number (integer) between -2147483648 and 2147483647 |
Person From Group | Select a person from a specified group |
Money | A number with 2 decimal places, maximum 999999999.99 |
Phone Number | Standard phone number. Will be auto-formatted based on person's country |
Custom Drop-Down List | This lets you create a drop-down selection list of any values you want. You can edit this list after you add this type to a form |