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.
1 parent c02348e commit 447862eCopy full SHA for 447862e
form/form_customization.rst
@@ -337,7 +337,7 @@ You can also apply a form theme to a specific child of your form:
337
338
.. code-block:: html+twig
339
340
- {% form_theme form.children 'form/fields.html.twig' %}
+ {% form_theme form.a_child_form 'form/fields.html.twig' %}
341
342
This is useful when you want to have a custom theme for a nested form that's
343
different than the one of your main form. Just specify both your themes:
@@ -346,7 +346,7 @@ different than the one of your main form. Just specify both your themes:
346
347
{% form_theme form 'form/fields.html.twig' %}
348
349
- {% form_theme form.children 'form/fields_child.html.twig' %}
+ {% form_theme form.a_child_form 'form/fields_child.html.twig' %}
350
351
Form Theming in PHP
352
-------------------
0 commit comments