form.accepts(...) returns True if all validators pass and False otherwise -- is that what you're looking for? Anthony
On Wednesday, July 6, 2011 11:43:29 AM UTC-4, Richard wrote: > Hello, > > Is there a way I can test if form have been submit and if no validators > have triggered? > > Thanks > > Richard >

