We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent8d45f83 commit14ef7aeCopy full SHA for 14ef7ae
form/form_customization.rst
@@ -355,10 +355,11 @@ themes:
355
356
..caution::
357
358
- When using the ``only`` keyword, form themes shipped with Symfony
359
- (``form_div_layout.html.twig`` and others) will not be used, so to render your
360
- forms correcly, you need to either provide the base form theme yourself, or
361
- ``use`` one of the built in form themes from your own theme:
+ When using the ``only`` keyword, none of Symfony's built-in form themes
+ (``form_div_layout.html.twig``, etc.) will be applied. In order to render
+ your forms correctly, you need to either provide a full-featured form theme
+ yourself, or extend one of the built-in form themes with Twig's ``use``
362
+ keyword instead of ``extends`` to reuse the original theme contents.
363
364
..code-block::html+twig
365