On Wed, 2002-06-12 at 15:22, Ben Avery wrote: > I have a form which gets submitted to a python script which first pushes the > form object into the session, does some form validation, and if any fields > don't match the validation criteria, then the form is revisited until > correct. When you say "a python script pushes the form object into the session", what exactly does this code look like?