z3c.form is an advanced form and widget framework for Zope
z3c.form
provides an implementation for HTML forms and widgets. The goal is to provide a simple API but with the ability to easily customize any data or steps.
It uses zope.schema
to define the form data model. Then it applies its own form specific data extraction (HTTP request processing), field, widget and form button logic on the top of this.