Thanks Batman, That is what I was looking for. I thought I had seen it before, but could not find it again when searching the documentation.
Cheers Simon On Saturday, 10 November 2012 19:47:00 UTC, Niphlod wrote: > > or use the onvalidation callback on form.process > > form.process(onvalidation=yourfunction).accepted > > On Saturday, November 10, 2012 6:57:10 PM UTC+1, Vasile Ermicioi wrote: >> >> if form.validate(request.vars): >> #your code >> form.accepts(request.vars) > > --

