Re: FormWizard Validation via external data.

2009-10-11 Thread va1ha11a
OK Well I think I might have got a working outcome, however it involves a bit more overriding than I would like but here it is: Comments or suggestions are still most welcome. class TestFormWizard(FormWizard): def get_template(self, step): return 'dev/testwiz.html' def done(self

FormWizard Validation via external data.

2009-10-11 Thread va1ha11a
I am going crazy trying to figure out how to do a specific validation setup via FormWizard. Basically I have a bunch of forms that need regular validation but also get validated as part of the program flow. e.g: First form: enter group name -> validate by checking that group does not exist in AD