[web2py] Re: Dropdown field not being accepted

2011-06-30 Thread pbreit
Everything above the "if form.accepts()" is run each time the submit button is pressed. I can't think of the best way to implement this off-hand. It does seem like you could do it all in one controller. There's a pretty old survey app which might give you some ideas: http://www.web2py.com/appli

[web2py] Re: Dropdown field not being accepted

2011-07-02 Thread Happy Rob
Thanks for the ideas, I'm looking at the source code now. On Jul 1, 6:15 pm, Bruno Rocha wrote: > Here is a modified versionhttps://bitbucket.org/rochacbruno/surveycloud > > Bug fixes > Auth included > No more cpuckle > Powertables > Smart reports > > http://zerp.ly/rochacbruno > Em 30/06/2011 23

Re: [web2py] Re: Dropdown field not being accepted

2011-07-01 Thread Bruno Rocha
Here is a modified version https://bitbucket.org/rochacbruno/surveycloud Bug fixes Auth included No more cpuckle Powertables Smart reports http://zerp.ly/rochacbruno Em 30/06/2011 23:59, "pbreit" escreveu: > Everything above the "if form.accepts()" is run each time the submit button > is pressed