{"title":"Privacy Accept All Form - Liquid Form Reference","slug":"privacy-accept-all-form-reference","url":"https://support.storeconnect.com/articles/privacy-accept-all-form-reference","url_markdown":"https://support.storeconnect.com/articles/privacy-accept-all-form-reference.md","subtitle":null,"summary":"The `privacy-accept-all` Liquid form records the customer\u0026#39;s consent to all privacy and cookie categories in a single action.","type":"Developer_Documentation","video_url":"","keywords":"liquid, forms, privacy-accept-all, privacy, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Usage\n\n\n```liquid\n\n{% form \"privacy-accept-all\" %}\n  \u003c!-- Form fields here --\u003e\n{% endform %}\n```\n\n\n| Property | Value |\n|----------|-------|\n| **Form Name** | `privacy-accept-all` |\n| **Category** | Privacy |\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"}