Skip to content

Commit 37c9aaa

Browse files
Javieriehweaverryan
authored andcommitted
Fixed typo on the two emails example
1 parent 2e78e9a commit 37c9aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/collection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ your form):
113113

114114
.. code-block:: html
115115

116-
<input type="email" id="form_emails_1" name="form[emails][0]" value="foo@foo.com" />
116+
<input type="email" id="form_emails_0" name="form[emails][0]" value="foo@foo.com" />
117117
<input type="email" id="form_emails_1" name="form[emails][1]" value="bar@bar.com" />
118118

119119
To allow your user to add another email, just set `allow_add`_ to ``true``

0 commit comments

Comments
 (0)