Where are all in db custom form data is stored?
I want to rearrange my custom forms. Since there are 1000s of categories and sub categories, I am doing this in a demo site and plan to move it by db table export/import. I want to know following details:
1. is there a way to arrange this by code? i.e, I want to set categories to a form by a script, in which I could give the form ID and parent category ID, so that all child categories will be added to that form.
2. Is there a way for automatic child category addition when we select parent category?
3. Other than forms table, is there any other place I need to change in DB to change the forms of categories?