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.
That said web2py shouldn't have magic numbers in the middle of html.py that's just bad. -- 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.

