hello,
I created a form,the form has fields for two tables,like this:
table1_id
table1_itemname
table1_itemvalue…anther fields,
table2_id
table2_name
table2_age…anther fields,
then,when I doSubmit,I wan’t to used one form(or one request) to insert into two Tables.
The FormConnector can be to insert one table.
How to do?