Looking for a solution, maybe a hook or a new form and config.php
I have 2 separate databases, it's not the way I would have set it up but it's what I got.
I have AppGini working on both, and customized.
1st database is a membership roster, and, the 2nd is a family file reference, some of the table columns in both use the same
information. Is there a way, upon add new, upon submit from DB1, data is sent to DB2 with 2 fields needing column name translation.
See image for columns of DB1 and DB2, both are on the same server and domain.
CLANID and IDNUM, are the samething and are, unique, required and sequential, same with ID's.

I'm a novice at mysql and php, I have manage, but this is beyond what I could figure out.