{"title":"CustomFormAnswer - Liquid Object Reference","slug":"custom-form-answer-liquid-object-reference","url":"https://support.storeconnect.com/articles/custom-form-answer-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/custom-form-answer-liquid-object-reference.md","subtitle":null,"summary":"The CustomFormAnswer object represents an answer to a CustomFormQuestion from a CustomForm.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, CustomFormAnswer, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe CustomFormAnswer object represents an answer to a CustomFormQuestion from a CustomForm.\n\n:::note\nThis object supports custom data via the `data` attribute.\n:::\n\n## Attributes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `answer` | String | Returns the answer of the CustomFormAnswer |\n| `data_type` | String | Returns the data type of the CustomFormAnswer |\n| `editable?` | Boolean | Returns true if the CustomFormAnswer is editable |\n| `id` | String | Returns a unique ID for this CustomFormAnswer |\n| `question` | [CustomFormQuestion](custom-form-question-liquid-object-reference) | Returns the CustomFormQuestion being answered by this CustomFormAnswer |\n| `question_content` | String | Returns the content of the CustomFormQuestion being answered by this CustomFormAnswer |\n| `stale?` | Boolean | Returns true if the CustomFormAnswer is stale |\n| `url` | String | Returns the URL of file uploaded for the CustomFormAnswer |\n\n## Available on\n\n- [CustomForm - Liquid Object Reference](custom-form-liquid-object-reference) — `answers`"}