*** title: Form Field Types description: Supported field types for the Moveworks Forms Gateway ------------------------------------------------------------------ ## Field Types | Type | Description | Notes | | --------------------------- | ----------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ | | `LABEL` | A field that just renders a descriptive label without any inputs. | | | `SINGLE_OPTION_PICKER` | A single-select dropdown populated with options. | | | `MULTI_OPTION_PICKER` | A multi-select dropdown populated with options. | | | `SINGLE_USER_OPTION_PICKER` | A single-select dropdown to pick a user. | Visually like `SINGLE_OPTION_PICKER`. Options auto-populated. No need to specify options. | | `MULTI_USER_OPTION_PICKER` | A multi-select dropdown to pick a user. | Visually like `MULTI_OPTION_PICKER`. Options auto-populated. No need to specify options. | | `SINGLE_LINE_TEXT` | A single line text field. | | | `MULTI_LINE_TEXT` | A multi-line text field. | | | `NUMERICAL` | An integer or decimal number field. | Extracts numbers from strings like "32 GB" -> 32.0 or "\$4.23" -> 4.23. Behaves like text field. | | `CHECKBOX` | A single checkbox. | Label must be 75 characters or fewer due to Slack limitations. | | `DATE_PICKER` | A date picker. | Does not support time. | | `DATETIME_PICKER` | A date plus time picker. | Not supported in Slack due to lack of Block Kit component. | ## Example Form ![Example form](https://files.readme.io/b2d84a346275c7084e7232ce1ebf0a5bcbee5d0c92f88fd58addc98473ae6c2f-image.png)