As I am designing my app and building out various forms, I thought it would be very handy to select certain elements on a form and have a function to extract these as new (sub-)form.
Say I design a form and it has lots and lots of fields (through relations and such). At some point I figure out the form is too big and doesn't look comprehensible anymore. Now I want to move certain elements to a new form and navigate to that form using a button.
Right now I have to do all that manually. It is not a major road block, just tedious work.
Thought I place it as an idea here.