Checkout Shipping Information Form - Liquid Form Reference
On this page
Usage
liquid
{% form "checkout-shipping-information" %}
<!-- Form fields here -->
{% endform %}
| Property | Value |
|---|---|
| Form Name | checkout-shipping-information |
| Category | Checkout |
Fields
| Field Name | Description |
|---|---|
notes |
Notes |
use_points |
Use Points |
click_and_collect_option |
Click And Collect Option |
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