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 e9291f0 commit 6092143Copy full SHA for 6092143
forms.rst
@@ -455,6 +455,9 @@ possible paths:
455
.. code-block:: twig
456
457
{{ 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.
461
462
.. _validating-forms:
463
0 commit comments