Form - Liquid Object Reference - 1.1.0
| Object Name | Form |
| Version | 1.1.0 |
Description
A Form object represents a form object that can be submitted. If the form has been submitted and has errors it will also give access to those errors.
Attributes
| Attribute | Type | Description |
|---|---|---|
| errors | List[FormError] | Returns a list of FormErrors |
| fields | List[FormField] | Returns a list of FormFields for this Form |
| path | String | Returns the path of the Form |
Objects that return Forms
None
Back to Liquid Reference for 1.1.0
Back to Documentation