Form - Liquid Object Reference
On this page
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 |