On Thursday, April 28, 2016 at 11:44:34 AM UTC-4, Leonel Câmara wrote: > > I would probably change the way the application works. There is absolutely > no need for you to have all the 16 forms in the HTML at the same time and > then try to process each one in the controller to see which was submitted. > Just load the form you need when you need it using ajax. >
Note, if it's multiple copies of the same form, each form will still need a unique name in order to generate unique formkeys in the session. Anthony -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

