Hi to all,
I would need to save the information I collect in a hidden field while customizing a page in a new CPT.
when I save the form, I would need to create and save the entry in another CPT currently saved in a different custom table
with the hook rwmb_after_save_post I save the data correctly, but I don't know how to save the data of the single field in the custom table of another CPT.
Thanks