Form - Liquid Object Reference - 0.10.11
Object Name | Form |
Version | 0.10.11 |
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.10.11
Back to Documentation