You can kind of merge them SQLFORM.factory(db.table1,db.table2)
you wil need your own logic to figure out what to do with the data On Wednesday, 29 August 2012 06:54:54 UTC-5, Daniel Gonzalez wrote: > > Hi, > > I have two forms which I am creating using SQLFORM. I need two forms > because I want to style the presentation in such a way that the fields are > distributed across the page using a specific layout. > > I want both forms to be presented to the user as a single form, with only > one submit button. > > 1) Is it possible to do this? > 2) Can both forms then be validated in one single controller function? > 3) Can the data of both forms be submitted in one go? > > Thanks, > Daniel > --

