Formulator is a flexible, extensible framework for the creation and validation of web forms in Zope. Web forms can be created with a web-based management interface. When a form is submitted, many common validations, such as testing for required fields or certain types of input, can be automated.
| Tags | Internet Web Software Development Libraries Application Frameworks |
|---|---|
| Licenses | BSD Original |
| Operating Systems | OS Independent |
| Implementation | Python Zope |
Recent releases


Changes: A number of new features were added, including Unicode support, new options for DateTime fields and string fields, as well as a system for the public rendering of data based on the form.


Changes: This is mainly a bugfix release, with some features added to the XML serialization of forms as well.


Changes: Formulator forms can now be serialized to XML and back. Integration with FileSystemSite was implemented for development of Formulator forms on the filesystem. Miscellaneous bugfixes were made, particularly improvements to email address validation.


Changes: This release has te ability to catch and handle validation errors from Web Python scripts and various other minor improvements.


Changes: The Form settings tab should work properly again.