My project is moving along nicely... Chrono tools are working well... thanks.
I have a Registration page setup using Chronoforms and Joomla Reg. plugin. The Reg. page sends basic data to jos_users, then sends additional data to 2 other tables - along with cf_user_id. This all works great and populates the database tables as expected.
One issue. Here's what I'm shooting for...
1. Submit Joomla Registration... data inserts into jos_users... other field data proceeds to jos_table2 and jos_table3.
2. Data is inserted into jos_table2 - primary key is generated.
3. Data is inserted into jos_table3. - primary key is generated.
4. At this point, I would like to automatically go back to jos_table2 and put the primary key from jos_table3 into an empty field. Can I do this with Chrono tools? If not, any suggestions for php/Joomla db code that might assist? I'm doing this to quickly take care of some associated records the first time through. Am I living in dream land?
Thanks in advance!
I have a Registration page setup using Chronoforms and Joomla Reg. plugin. The Reg. page sends basic data to jos_users, then sends additional data to 2 other tables - along with cf_user_id. This all works great and populates the database tables as expected.
One issue. Here's what I'm shooting for...
1. Submit Joomla Registration... data inserts into jos_users... other field data proceeds to jos_table2 and jos_table3.
2. Data is inserted into jos_table2 - primary key is generated.
3. Data is inserted into jos_table3. - primary key is generated.
4. At this point, I would like to automatically go back to jos_table2 and put the primary key from jos_table3 into an empty field. Can I do this with Chrono tools? If not, any suggestions for php/Joomla db code that might assist? I'm doing this to quickly take care of some associated records the first time through. Am I living in dream land?
Thanks in advance!