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 |
|
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 submissionform.fields— Array of form field objects, each withname,value,errors, andrequired