Re: [web2py] Re: Loop on form.process(). Validation is not done

2012-09-14 Thread Luis Furtado
No, I don't manage the form submission. Just use jQuery to: 1. fill in user_id 2. populate a select dropdown depending on an option on another select 3. add some titles in the form -- index.html {{ extend 'modelo.html' }} {{ =response.toolbar() }} R_ID = {{ =session.r_id }

Re: [web2py] Re: Loop on form.process(). Validation is not done

2012-09-14 Thread Bruno Rocha
What do you have in your view? are you using any JavaScript to manage the form submission? --