{"title":"Add Preset Bundle Form - Liquid Form Reference","slug":"add-preset-bundle-form-reference","url":"https://support.storeconnect.com/articles/add-preset-bundle-form-reference","url_markdown":"https://support.storeconnect.com/articles/add-preset-bundle-form-reference.md","subtitle":null,"summary":"The `add-preset-bundle` Liquid form adds a preconfigured product bundle to the cart without requiring the customer to choose individual bundle items.","type":"Developer_Documentation","video_url":"","keywords":"liquid, forms, add-preset-bundle, cart, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Usage\n\n\n```liquid\n\n{% form \"add-preset-bundle\" %}\n  \u003c!-- Form fields here --\u003e\n{% endform %}\n```\n\n\n| Property | Value |\n|----------|-------|\n| **Form Name** | `add-preset-bundle` |\n| **Category** | Cart |\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"}