Skip to content

Commit 6092143

Browse files
kschrenkjaviereguiluz
authored andcommitted
[Form] Additional hints when rendering the same form in different templates
1 parent e9291f0 commit 6092143

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

forms.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,9 @@ possible paths:
455455
.. code-block:: twig
456456
457457
{{ render(controller('App\\Controller\\TaskController::new')) }}
458+
459+
But be careful becaues this might cause some extra work when it comes to submit and error handling.
460+
Symfony Validation will get more complex when you render the same form in different routes.
458461

459462
.. _validating-forms:
460463

0 commit comments

Comments
 (0)