In the validation example, I entered a single character in the Bio and was allowed to proceed to the next field despite the db.person.bio.requires = IS_LENGTH(minsize=5, maxsize=200). You made a note about "Client side validation is not supposed to validate everything!", is this included in that exception?
A few suggestions: * How about using "description" or "details" instead of the "legend" keyword at it seems to be more appropriate for said function. • As default behavior, instead of the default "X" errorImage beside the step title, how about using an exclamation point icon to indicate that this step needs attention and then in the specific field with an error use the "X" icon instead. The other day you answered my query re modal windows with a reference to easyframework.com + web2py. I pray that you have plans of adding that feature to your PowerFormWizard Plugin (or perhaps turning this into a "PowerForms" plugin to truly enable feature-full forms in Web2py? Cheers and many thanks for your many contributions to the web2py community. /r Nik On Jun 29, 10:33 pm, Bruno Rocha <[email protected]> wrote: > Hi, > > I just created a new plugin for stepped form wizards. > > I made it last night, so it is not tested very well, I would like your help > to test it. > > web2py PowerFormWizard Plugin - based on Jquery Stepy > > - Steps > - Customizable titles > - Server side validation > - Client side validation (with jquery validate) > - Custom css > - JS Callbaks > - Error images > > Take a look:http://labs.blouweb.com/powerformwizard > > This plugin is the second plugin of blouweb PowerPlugins, I am now starting > the third one which I hope to have the first version soon. > > http://labs.blouweb.com > > Suggestions, testers, issues, contributions etc on > bitbucket:https://bitbucket.org/rochacbruno/powerformwizard > > Hope it helps someone! > > Thanks. > > -- > Bruno Rocha > [ About me:http://zerp.ly/rochacbruno] > [ Aprenda Python:http://CursoDePython.com.br] > [ O seu aliado nos cuidados com os animais:http://AnimalSystem.com.br] > [ Consultoria em desenvolvimento web:http://www.blouweb.com]

