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 --

