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 a23adfe + efbe9b2 commit e1a4fc8Copy full SHA for e1a4fc8
cookbook/form/form_collections.rst
@@ -244,7 +244,7 @@ use some JavaScript. Previously we added two tags to our form in the controller.
244
Now we need to let the user add as many tag forms as he needs directly in the browser.
245
This will be done through a bit of JavaScript.
246
247
-The first thing we need to do is to tell the form collection know that it will
+The first thing we need to do is to let the form collection know that it will
248
receive an unknown number of tags. So far we've added two tags and the form
249
type expects to receive exactly two, otherwise an error will be thrown:
250
``This form should not contain extra fields``. To make this flexible, we
0 commit comments