Checkout Customer Information Form - Liquid Form Reference
On this page
Usage
liquid
{% form "checkout-customer-information" %}
<!-- Form fields here -->
{% endform %}
| Property | Value |
|---|---|
| Form Name | checkout-customer-information |
| Category | Checkout |
Fields
| Field Name | Description |
|---|---|
first_name |
First Name |
last_name |
Last Name |
full_name |
Full Name |
Form Object
Inside the form block, you can access the form object which provides:
form.errors— Any validation errors after submissionform.fields— Array of form field objects, each withname,value,errors, andrequired