{"title":"Form - Liquid Object Reference","slug":"form-liquid-object-reference","url":"https://support.storeconnect.com/articles/form-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/form-liquid-object-reference.md","subtitle":null,"summary":"A Form object represents a form object that can be submitted. If the form has been submitted and has errors it will also give access to those errors.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, Form, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nA Form object represents a form object that can be submitted. If the form has been submitted and has errors it will also give access to those errors.\n\n## Attributes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `errors` | List[[FormError](form-error-liquid-object-reference)] | Returns a list of FormErrors |\n| `fields` | List[[FormField](form-field-liquid-object-reference)] | Returns a list of FormFields for this Form |\n| `path` | String | Returns the path of the Form |"}