Hi
I have a custom table which is not linked to a post type, just storing data in a custom table. I am using a group clone in my front end form, I want to be able to store the serialized string into another table based on this structure. Similar to how you do Clone as multiple
for posts/pages, I just want to re-create this in code after a form has been submitted for custom tables.
What is the best approach for this? to unserialize the group metabox value and run through the nested array to populate a separate table with this? also is it possible to update a custom table using metabox helpers?
thanks
Nick