Re: [web2py] iterating through form fields with rows

2016-03-15 Thread Richard Vézina
for i in range(0, number_of_total_fields): row[field+i] Richard On Tue, Mar 15, 2016 at 4:22 PM, wrote: > I have a table defined with 3 input fields and then an upload field. The > upload field is used to take the values that are entered by the user and > input them

[web2py] iterating through form fields with rows

2016-03-15 Thread aetagothno
I have a table defined with 3 input fields and then an upload field. The upload field is used to take the values that are entered by the user and input them into a file which contains all form field values from the session. The form is generated dynamically, so the number of form fields varies