We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6baba49 + 0693e98 commit d90abb5Copy full SHA for d90abb5
forms.rst
@@ -780,7 +780,7 @@ to the ``form()`` or the ``form_start()`` helper functions:
780
that stores this method. The form will be submitted in a normal ``POST``
781
request, but :doc:`Symfony's routing </routing>` is capable of detecting the
782
``_method`` parameter and will interpret it as a ``PUT``, ``PATCH`` or
783
- ``DELETE`` request. The :ref:`configuration-framework-http_method_override`
+ ``DELETE`` request. The :ref:`http_method_override <configuration-framework-http_method_override>`
784
option must be enabled for this to work.
785
786
Changing the Form Name
0 commit comments