Skip to content
Log in

Checkout Customer Information Form - Liquid Form Reference

On this page

Usage

```liquid

{% form “checkout-customer-information” %} {% 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 submission
  • form.fields — Array of form field objects, each with name, value, errors, and required

Was this article helpful?

Was this article helpful?