Description
The CustomFormAnswer object represents an answer to a CustomFormQuestion from a CustomForm.
ℹ️ Note
This object supports custom data via the data attribute.
Attributes
| Attribute | Type | Description |
|---|---|---|
answer |
String | Returns the answer of the CustomFormAnswer |
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 |
stale? |
Boolean | Returns true if the CustomFormAnswer is stale |
url |
String | Returns the URL of file uploaded for the CustomFormAnswer |