Skip to content
Log in

Register Form - Liquid Form Reference

On this page

Usage

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

Property Value
Form Name register
Category Accounts

Fields

Field Name Description
password Password
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

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?