{"title":"Checkout Customer Information Form - Liquid Form Reference","slug":"checkout-customer-information-form-reference","url":"https://support.storeconnect.com/articles/checkout-customer-information-form-reference","url_markdown":"https://support.storeconnect.com/articles/checkout-customer-information-form-reference.md","subtitle":null,"summary":"The `checkout-customer-information` Liquid form collects the buyer\u0026#39;s first name, last name, and full name during the checkout process.","type":"Developer_Documentation","video_url":"","keywords":"liquid, forms, checkout-customer-information, checkout, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Usage\n\n\n```liquid\n\n{% form \"checkout-customer-information\" %}\n  \u003c!-- Form fields here --\u003e\n{% endform %}\n```\n\n\n| Property | Value |\n|----------|-------|\n| **Form Name** | `checkout-customer-information` |\n| **Category** | Checkout |\n\n## Fields\n\n| Field Name | Description |\n|------------|-------------|\n| `first_name` | First Name |\n| `last_name` | Last Name |\n| `full_name` | Full Name |\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\n- `form.fields` — Array of form field objects, each with `name`, `value`, `errors`, and `required`"}