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 2e78e9a commit 37c9aaaCopy full SHA for 37c9aaa
reference/forms/types/collection.rst
@@ -113,7 +113,7 @@ your form):
113
114
.. code-block:: html
115
116
- <input type="email" id="form_emails_1" name="form[emails][0]" value="foo@foo.com" />
+ <input type="email" id="form_emails_0" name="form[emails][0]" value="foo@foo.com" />
117
<input type="email" id="form_emails_1" name="form[emails][1]" value="bar@bar.com" />
118
119
To allow your user to add another email, just set `allow_add`_ to ``true``
0 commit comments