{"title":"FormField - Liquid Object Reference","slug":"form-field-liquid-object-reference","url":"https://support.storeconnect.com/articles/form-field-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/form-field-liquid-object-reference.md","subtitle":null,"summary":"An FormField object represents a field that can be submitted in a Form.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, FormField, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nAn FormField object represents a field that can be submitted in a Form.\n\n## Attributes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `errors` | [FormError](form-error-liquid-object-reference) | Returns any Errors for this field |\n| `id` | String | Returns the id to be used in the Form |\n| `name` | String | Returns the name to be used in the Form |\n| `original_value` | String | Returns the current database value |\n| `required?` | Boolean | Returns true if the field is required |\n| `value` | String | Returns the submitted form value if any, otherwise returns the original value |\n\n## Available on\n\n- [Form - Liquid Object Reference](form-liquid-object-reference) — `fields`"}