CustomFormAnswer - Liquid Object Reference - 1.1.0
| Object Name | CustomFormAnswer |
| Version | 1.1.0 |
Description
The CustomFormAnswer object represents an answer to a CustomFormQuestion from a CustomForm.
Attributes
| Attribute | Type | Description |
|---|---|---|
| answer | String | Returns the answer of the CustomFormAnswer |
| data | Object | Returns a custom data object for this object |
| data_type | String | Returns the data type of the CustomFormAnswer |
| editable? | Boolean | Returns true if the CustomFormAnswer is editable |
| id | String | Returns a unique ID for this CustomFormAnswer |
| question | CustomFormQuestion | Returns the CustomFormQuestion being answered by this CustomFormAnswer |
| question_content | String | Returns the content of the CustomFormQuestion being answered by this CustomFormAnswer |
Objects that return CustomFormAnswers
Back to Liquid Reference for 1.1.0
Back to Documentation