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 0645193 + ef0934d commit 1401405Copy full SHA for 1401405
form/dynamic_form_modification.rst
@@ -546,7 +546,7 @@ field according to the current selection in the ``sport`` field:
546
.. code-block:: html+twig
547
548
{# templates/meetup/create.html.twig #}
549
- {{ form_start(form, { attr: { id: 'supply_history_form' } }) }}
+ {{ form_start(form, { attr: { id: 'sport_meetup_form' } }) }}
550
{{ form_row(form.sport) }} {# <select id="meetup_sport" ... #}
551
{{ form_row(form.position) }} {# <select id="meetup_position" ... #}
552
{# ... #}
0 commit comments