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 1f73a5b commit 4b550e8Copy full SHA for 4b550e8
reference/forms/types/collection.rst
@@ -206,9 +206,9 @@ And update the template as follows:
206
{% endfor %}
207
</ul>
208
209
- <a href="#"
+ <a href="#"
210
class="add-another-collection-widget"
211
- data-list="#email-field-list">Add another email</a>
+ data-list="#email-fields-list">Add another email</a>
212
213
{# ... #}
214
{{ form_end(form) }}
0 commit comments