Formulon
Formulon is a Zope product that allows you to manage HTML forms, provides an automatic rendering, a visual arranger, serverside input validation and history view.
Maintainer
Current Version:
stable: 0.3
development: 0.4
Details:
Formulon is a Zope product to manage your HTML forms for gathering data with your applications in the Zope application server.
At the moment following widgets are supported:
- Text fields
- Textarea fields
- File uploads
- Selection fields (this includes dropdown lists, radio buttons and checkboxes)
- Buttons
- Labels (to create sections within forms)
- Display values (for the display of data)
Some other features currently supported:
- display a "diffed" history of the changes in the form (only in 0.2 branch)
- exact error hints on the wrong entered widgets
- sophisticated use of preset data
- regular expression checks for textdata
- stylesheet formatting of the table
- exact positioning without nested tables
You need Zope 2.6 and Python 2.2.
Documentation can be found in the online help of the ZMI
after installing the Product.
Changes between release 0.2 and 0.3
- Added Error Translation Rule Groups
- Optimized sorting of Error Translation Rules
- Fixed visual editor image "custom up"
- Visual Editor table below arrangement tables (#1231)
- Made "Edit"-Link in Visual Editor a bit smaller (#1231)
- Fixed "Allow selection of of special zero entry" to be saved on adding an HTMLMenu object. (#1235)
- New fields can be added through the visual editor now. (#1233)
- Moved code from the visual Editor method to the DTML method.
- Visual Editor now supports "inverse selection" for elements.
Locations
- 0.3: Formulon-0.3.tar.gz
- development Subversion:
svn co http://svn.gocept.com/repos/gocept/Formulon/trunk Formulon