Have you tried this method: http://web2py.com/books/default/chapter/29/07/forms-and-validators#One-form-for-multiple-tables
Anthony On Wednesday, March 30, 2016 at 8:03:24 AM UTC-4, lucas wrote: > > hello one and all, > > so i would like to ask advice. i know that you can have multiple SQLFORMS > on a single view and with web2py serialization it works fine, for each > separate form has a separate submit button. > > but what if you wanted to merge certain fields from four different tables > into a single form and a single view and have a single submit button? > > what is web2py's best method for doing this? > > i was thinking manually create a FORM with the fields and then when > submitted, parse out the fields to each table. but is there a better way > that is less manual or labor intensive? > > thanx in advance and have a great day, lucas > -- 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.

