I am trying to construct a complex form in a web2py controller that loops over a query and inserts an INPUT() element in a TD() element.
Is there a syntax for looping within a helper or should I do this some other way? Thanks!
I am trying to construct a complex form in a web2py controller that loops over a query and inserts an INPUT() element in a TD() element.
Is there a syntax for looping within a helper or should I do this some other way? Thanks!