The download area for this product has moved. Please see http://www.infrae.com/download/Formulator for newer releases.
Formulator is an extensible framework that eases the creation and validation of web forms.
cvs -z3 -d:pserver:[email protected]:/cvs/infrae co Formulator
Don't ever use field_<fieldname>; anything prefixed with field_ in REQUEST is a Formulator implementation detail. Instead, don't forget to validate the form, for instance using validate_all_to_request(). See the Formulator API help and Howto for more information. Forgetting to validate the form is the most frequently made Formulator mistake that I've encountered.