Skip to content
Log in

Account Form - Liquid Form Reference

On this page

Usage

liquid {% form "account" %} <!-- Form fields here --> {% endform %}

Property Value
Form Name account
Category Accounts

Fields

Field Name Description
username Username
current_password Current Password
password Password
password_confirmation Password Confirmation
email Email
firstname Firstname
lastname Lastname
phone Phone
campaign_ids Campaign Ids
company_name Company Name
billing_address_lines Billing Address Lines
billing_city Billing City
billing_state Billing State
billing_postal_code Billing Postal Code
billing_country Billing Country
shipping_address_lines Shipping Address Lines
shipping_city Shipping City
shipping_state Shipping State
shipping_postal_code Shipping Postal Code
shipping_country Shipping Country

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?