{"title":"Form Question Object Reference","slug":"form-question-object-reference","url":"https://support.storeconnect.com/articles/form-question-object-reference","url_markdown":"https://support.storeconnect.com/articles/form-question-object-reference.md","subtitle":null,"summary":"Represents a question for a customer to answer to collect arbitrary information in a form.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Form Question, s_c__Form_Question__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nRepresents a question for a customer to answer to collect arbitrary information in a form.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Form_Question__c` |\n| **Label** | Form Question |\n| **Plural Label** | Form Questions |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Data Type | `s_c__Data_Type__c` | Picklist | No | The data type of the form answer. |\n| Default Type | `s_c__Default_Type__c` | Picklist | No | The type of default value to evaluate. |\n| Default Value | `s_c__Default_Value__c` | LongTextArea(32768) | No | The default value evaluated based on default type. |\n| Editable | `s_c__Editable__c` | Checkbox | No | Determines whether the answers to this Form Question should be editable by the user. |\n| Form | `s_c__Form_Id__c` | Lookup ([s_c__Form__c](form-object-reference)) | No | The form associated to this question. |\n| Hidden | `s_c__Hidden__c` | Checkbox | No | Determines whether the question should not be visible on the form. |\n| Picklist Options | `s_c__Picklist_Options__c` | LongTextArea(32768) | No | The list of options for a picklist or multi-picklist evaluated based on picklist type. |\n| Picklist Type | `s_c__Picklist_Type__c` | Picklist | No | The type of picklist options. |\n| Position | `s_c__Position__c` | Number(18,0) | No | The position of this question on the form. Lower numbers are shown first, records without a number are sorted alphabetically by name. |\n| Question (Markdown) | `s_c__Question_Markdown__c` | LongTextArea(131072) | No | The question on the form to be presented to the customer. |\n| Required | `s_c__Required__c` | Checkbox | No | Determines whether the question is required to proceed. |\n| Validation Rules | `s_c__Validation_Rules__c` | LongTextArea(1024) | No | Determines the criteria/conditions to be met on a question. |\n\n## Relationships\n\n| Field | Type | Related Object | Relationship Name |\n|-------|------|----------------|-------------------|\n| `s_c__Form_Id__c` | Lookup | [s_c__Form__c](form-object-reference) | Form_Question_Form |\n\n## Referenced by\n\nThese objects hold a lookup or master-detail relationship to **Form Question** (`s_c__Form_Question__c`). Where the referring record exists to join things together, **Also links to** shows what it connects this object to.\n\n| Object | Field | Type | Relationship Name | Also links to |\n|--------|-------|------|-------------------|---------------|\n| [s_c__Form_Answer__c](form-answer-object-reference) | `s_c__Form_Question_Id__c` | Lookup | Form_Answer_Form_Question | [s_c__Form_Submission__c](form-submission-object-reference) |"}