Tibo Beijen’s Blog: Zend_Form Building dynamic forms

Dynamic forms in Zend Framework can be confusing for many developers. In his latest post Tibo Beijen resolves many doubts one can have about dynamic forms.

In this example I construct a form where a user can view and edit a task list for a week’s working days. Every task can be edited in one single form and new tasks can be added at will. When viewing the page the application fetches the tasks already entered for that week.

He explains how forms work in general and what are the best strategies to create dynamic form in Zend Framework. Tibo also shows how to integrate a form with JQuery and add custom decorators.

  • Share/Bookmark