CustomFormQuestion - Liquid Object Reference - 1.1.0
| Object Name | CustomFormQuestion |
| Version | 1.1.0 |
Description
The CustomFormQuestion object represents a question from a CustomForm.
Attributes
| Attribute | Type | Description |
|---|---|---|
| data | Object | Returns a custom data object for this object |
| data_type | String | Returns the type of data that is expected for the answer of this CustomFormQuestion |
| default_value | String | Returns the default value for the answer of this CustomFormQuestion |
| hidden? | Boolean | Indicates whether or not this CustomFormQuestion should be hidden from the user |
| id | String | Returns a unique ID for this CustomFormQuestion |
| picklist_options | List[PicklistOption] | Returns the list of PicklistOptions this CustomFormQuestion |
| question_content | String | Returns the question content of the CustomFormQuestion as rich text |
| required? | Boolean | Indicates whether or not this CustomFormQuestion is required |
Objects that return CustomFormQuestions
Back to Liquid Reference for 1.1.0
Back to Documentation