FormError - Liquid Object Reference - 1.0.0
Object Name | FormError |
Version | 1.0.0 |
Description
An FormError object represents a form error message returned after the form was submitted.
Attributes
Attribute | Type | Description |
---|---|---|
data | Object | Returns a custom data object for this object |
field | String | Returns the field name |
full_messages | List[String] | Returns a list of the full error messages including the field name |
messages | List[String] | Returns a list of the error message without the field name |
Objects that return FormErrors
Back to Liquid Reference for 1.0.0
Back to Documentation