- How to handle Zend SubForms when the number of each is unknown
- <input type="text" name="contacts[0][fname]" />
- <input type="text" name="contacts[0][sname]" />
- <input type="text" name="contacts[0][fname]" />
- <input type="text" name="contacts[0][sname]" />
- <br />
- <input type="text" name="contacts[1][fname]" />
- <input type="text" name="contacts[1][sname]" />