We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0882fb5 commit c241299Copy full SHA for c241299
book/testing.rst
@@ -699,6 +699,9 @@ their type::
699
PHP format (it converts the keys with square brackets notation - e.g.
700
``my_form[subject]`` - to PHP arrays).
701
702
+Adding and Removing Forms to a Collection
703
+.........................................
704
+
705
If you use a :doc:`Collection of Forms </cookbook/form/form_collections>`,
706
you can't add fields to an existing form with
707
``$form['task[tags][0][name]'] = 'foo';``. This results in an error
0 commit comments