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 11cd34d + d90abb5 commit a1ab5fdCopy full SHA for a1ab5fd
forms.rst
@@ -773,7 +773,7 @@ to the ``form()`` or the ``form_start()`` helper functions:
773
that stores this method. The form will be submitted in a normal ``POST``
774
request, but :doc:`Symfony's routing </routing>` is capable of detecting the
775
``_method`` parameter and will interpret it as a ``PUT``, ``PATCH`` or
776
- ``DELETE`` request. The :ref:`configuration-framework-http_method_override`
+ ``DELETE`` request. The :ref:`http_method_override <configuration-framework-http_method_override>`
777
option must be enabled for this to work.
778
779
Changing the Form Name
0 commit comments