Chronoform multiple updates to tables

JakeI 08 Jun, 2012
Ok, so I have 2 tables. One is the standard user manager table provided with joomla. The other is a sponsor_table i created which containts data from a chronoform registration form. When a user registers, 5 fields are added to the user manager table, while the full 10 fields are added to the other table. Now, I want to be able to create a form which updates the information in the sponsor_table (mainly username and password) AND adds this updated information to the user manager table as well. Currently, updating in the sponsor_table form does not update for the user manager table. Thank you!
GreyHead 09 Jun, 2012
Hi JakeI,

If you add two DB Save actions, one for each table, and make sure that the input names match up to the column names then you should be able to save to both OK.

Bob
This topic is locked and no more replies can be posted.