{"title":"Custom Form Form - Liquid Form Reference","slug":"custom-form-form-reference","url":"https://support.storeconnect.com/articles/custom-form-form-reference","url_markdown":"https://support.storeconnect.com/articles/custom-form-form-reference.md","subtitle":null,"summary":"The `custom-form` Liquid form renders a general-purpose form with dynamic fields defined by custom form questions, suitable for contact forms, surveys, or other data collection.","type":"Developer_Documentation","video_url":"","keywords":"liquid, forms, custom-form, general, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Usage\n\n\n```liquid\n\n{% form \"custom-form\" %}\n  \u003c!-- Form fields here --\u003e\n{% endform %}\n```\n\n\n| Property | Value |\n|----------|-------|\n| **Form Name** | `custom-form` |\n| **Category** | General |\n| **Dynamic Fields** | Supports custom form questions |\n\n## Form Object\n\nInside the form block, you can access the `form` object which provides:\n\n- `form.errors` — Any validation errors after submission"}