{"title":"CustomFormQuestion - Liquid Object Reference","slug":"custom-form-question-liquid-object-reference","url":"https://support.storeconnect.com/articles/custom-form-question-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/custom-form-question-liquid-object-reference.md","subtitle":null,"summary":"The CustomFormQuestion object represents a question from a CustomForm.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, CustomFormQuestion, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe CustomFormQuestion object represents a question 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| `data_type` | String | Returns the type of data that is expected for the answer of this CustomFormQuestion |\n| `default_value` | String | Returns the default value for the answer of this CustomFormQuestion |\n| `direct_upload_url` | String | Returns the direct upload URL for uploading the file attachment answer of this CustomFormQuestion |\n| `editable?` | Boolean | Returns true if the CustomFormQuestion is editable |\n| `form` | [CustomForm](custom-form-liquid-object-reference) | Returns the CustomForm associated with this CustomFormQuestion |\n| `hidden?` | Boolean | Indicates whether or not this CustomFormQuestion should be hidden from the user |\n| `id` | String | Returns a unique ID for this CustomFormQuestion |\n| `picklist_options` | List[[PicklistOption](picklist-option-liquid-object-reference)] | Returns the list of PicklistOptions this CustomFormQuestion |\n| `position` | Number | Returns the position of this CustomFormQuestion |\n| `question_content` | String | Returns the question content of the CustomFormQuestion as rich text |\n| `required?` | Boolean | Indicates whether or not this CustomFormQuestion is required |\n\n## Available on\n\n- [CustomForm - Liquid Object Reference](custom-form-liquid-object-reference) — `questions`\n- [CustomFormAnswer - Liquid Object Reference](custom-form-answer-liquid-object-reference) — `question`"}