8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 675bbce + 610a7a8 commit 58fa698Copy full SHA for 58fa698
reference/forms/twig_reference.rst
@@ -166,6 +166,21 @@ above.
166
See ":ref:`twig-reference-form-variables`" to learn about the ``variables``
167
argument.
168
169
+.. _reference-forms-twig-help:
170
+
171
+form_help(view, variables)
172
+--------------------------
173
174
+Renders the help message of a given field.
175
176
+.. code-block:: twig
177
178
+ {{ form_help(form.name) }}
179
180
+ {# change the help message #}
181
+ {{ form_help(form.name, {help: 'This is a help message'}) }}
182
183
184
.. _reference-forms-twig-rest:
185
186
form_rest(view, variables)
0 commit comments