Skip to content

Commit c241299

Browse files
committed
[#6427] Adding a header
1 parent 0882fb5 commit c241299

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

book/testing.rst

+3
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,9 @@ their type::
699699
PHP format (it converts the keys with square brackets notation - e.g.
700700
``my_form[subject]`` - to PHP arrays).
701701

702+
Adding and Removing Forms to a Collection
703+
.........................................
704+
702705
If you use a :doc:`Collection of Forms </cookbook/form/form_collections>`,
703706
you can't add fields to an existing form with
704707
``$form['task[tags][0][name]'] = 'foo';``. This results in an error

0 commit comments

Comments
 (0)