Zend Form Component
This is the official “home” of the Zend Form component. Its easier for me to update this page rather than the SourceForge site

0.2 Released!
Zend_Form 0.2 has been released with many bug fixes and a couple major updates. View the release notes here, which explain how to use the new features.
What is Zend_Form?
Zend_Form is a Zend Framework component created to simplify the process of form validation, data filtering, and data storage. It will also allow forms to consist of multiple pages and maintain the data across those pages. Besides basic form validation, it provides easy methods to create forms which branch off in different directions based on conditions.
Getting Zend_Form
Getting your hands on the Zend_Form component is quite easy. You can download the latest “stable” version on the SourceForge.net project page. Or if you want the bleeding edge version, you can checkout the code from the SVN repository using the following command in the directory you’d like zend_form to be downloaded to:
svn co https://zendform.svn.sourceforge.net/svnroot/zendform .
Getting Started With Zend_Form
Check out the extensive user guide for everything you need to know about using Zend_Form. ![]()
