Hi,
I am using the custom tables plugin extensively. I have about 20 custom tables and hundreds of fields.
Everything is working well except that all posts are saving data to all tables.
For example, if I save Post_Type_1 with an ID of 345, its data is saved to Table_1 as expected. However, I also get a row of zeros saved with the ID of 345 in Table_2, Table_3, Table_4, etc.
All field and table ids and names are meticulously different. I don't know what could be doing this.
Could you provide any ideas on how to troubleshoot this?
Thanks!