> Another approach, the one that I use, is to hide the various forms
> behind accordion folds.

Or on different tabs.

In either case,  update the fields on the tab or fold being closed to
avoid losing input.

You can use ajax for this.

On Mar 21, 12:16 am, weheh <richard_gor...@verizon.net> wrote:
> I think you're going to have some trouble with this. Your best bet is
> to go with SQLFORM.factory. problem is, you lose your nice CRUD
> functionality. But it gives you complete control.
>
> Another approach, the one that I use, is to hide the various forms
> behind accordion folds. That way, you only have one submit button at a
> time in the view.
>
> On Mar 21, 4:49 am, Larry Wapnitsky <la...@kvetsch.com> wrote:
>
>
>
>
>
>
>
> > I know it's possible to have multiple forms on one page, but is it possible
> > to have one submit button that submits data based on both forms?
>
> > I have a SQLFORM field that takes multiple entries.
>
> > This is followed by a CRUD form based on the DAL (MySQL).
>
> > I'd like to parse the data in the SQLFORM (multiple, individual entries)
> > and add them one by one as unique values to the DAL with the information in
> > the CRUD portion (data common to all entries).
>
> > Is this possible?
>
> > Thanks.

Reply via email to