The Original Zope 3 Form Framework


Keywords
zope3, form, widget, zcml
License
ZPL-2.1
Install
pip install zope.app.form==6.0

Documentation

This package provides the old form framework for Zope 3. It also implements a few high-level ZCML directives for declaring forms. More advanced alternatives are implemented in zope.formlib and z3c.form. The widgets that were defined in here were moved to zope.formlib. Version 4.0 and newer are maintained for backwards compatibility reasons only.