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