Edit on GitHub
Jump to docs navigation

Twig Components / Methods / form_end

Note: You are currently reading the documentation for Bolt 5.0. Looking for the documentation for Bolt 5.2 instead?

form_end(form_view, variables) is a Twig function to render the end tag of a form.

{{ form_end(form) }}

This helper also outputs form_rest() (which is explained later in this article) unless you set render_rest to false:

{# don't render unrendered fields #}
{{ form_end(form, {'render_rest': false}) }}

Source: Forms



Edit this page on GitHub
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.