Formulator 0.9.5 released
I've released version 0.9.5 of Formulator, the Zope product for constructing and validating forms in an easy, object oriented way. It allows construction of Forms using the Zope Management Interface but also from Python.
Six new field types have been added!
- FileField: uploading files (if form encoding is set to multipart/formdata).
- LinkField: enter URLs; these URLs can be automatically verified (to a limited extent).
- MultiListField: a list field that allows multiple selections.
- MultiCheckBoxField: select multiple checkboxes.
- LinesField: enter lines of text into a textarea.
- PatternField: experimental field that allows pattern-based validation.
For more information and to download Formulator go here