Form - Liquid Object Reference - 0.11.4
Object Name | Form |
Version | 0.11.4 |
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 |
Objects that return Forms
None
Back to Liquid Reference for 0.11.4
Back to Documentation