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 f541adb + 507eed3 commit 0693e98Copy full SHA for 0693e98
forms.rst
@@ -840,7 +840,7 @@ to the ``form()`` or the ``form_start()`` helper functions:
840
that stores this method. The form will be submitted in a normal ``POST``
841
request, but :doc:`Symfony's routing </routing>` is capable of detecting the
842
``_method`` parameter and will interpret it as a ``PUT``, ``PATCH`` or
843
- ``DELETE`` request. The :ref:`configuration-framework-http_method_override`
+ ``DELETE`` request. The :ref:`http_method_override <configuration-framework-http_method_override>`
844
option must be enabled for this to work.
845
846
Changing the Form Name
0 commit comments