{"title":"CustomFormSubmission - Liquid Object Reference","slug":"custom-form-submission-liquid-object-reference","url":"https://support.storeconnect.com/articles/custom-form-submission-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/custom-form-submission-liquid-object-reference.md","subtitle":null,"summary":"The CustomFormSubmission object represents a form submission.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, CustomFormSubmission, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe CustomFormSubmission object represents a form submission.\n\n## Attributes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `contact` | [Contact](contact-liquid-object-reference) | Returns the Contact for this CustomFormSubmission |\n| `custom_form` | [CustomForm](custom-form-liquid-object-reference) | Returns the CustomForm for this CustomFormSubmission |\n| `id` | String | Returns a unique ID for this CustomFormSubmission |\n| `order` | [Order](order-liquid-object-reference) | Returns the Order for this CustomFormSubmission |\n| `order_item` | [OrderItem](order-item-liquid-object-reference) | Returns the OrderItem for this CustomFormSubmission if present |\n| `submitted_at` | Timestamp | Returns the date and time the CustomFormSubmission was submitted |\n\n## Available on\n\n- [Global - Liquid Object Reference](global-liquid-object-reference) — `current_custom_form_submission`"}