Custom Form Form - Liquid Form Reference
On this page
Usage
```liquid
{% form “custom-form” %} {% endform %} ```
| Property | Value |
|---|---|
| Form Name | custom-form |
| Category | General |
| Dynamic Fields | Supports custom form questions |
Form Object
Inside the form block, you can access the form object which provides:
form.errors— Any validation errors after submission
Was this article helpful?
Thanks for your feedback! It helps us improve our docs.