Is it possible to export a form on one installation, then import it into another, overwriting an existing form?
I'm doing some local development, which I then need to put on staging, and probably transfer across to other local dev environments too (e.g. home desktop). I'm working on the same form, creating custom code with actions and filters that hook using form IDs.
Currently, you can export an individual form, but when you import on another installation, you don't get the option of overwriting an existing form. Whether you just import, or you delete the current form and then import, you end up with a new ID, and all the code breaks.
I can appreciate that a facility to overwrite an existing form with new fields would generally not be advised because you might lose entry data. However, during development this would be very useful. Actually, at the moment, it's essential for me unless I get into a lot of very time-consuming synching of form structure and field settings between different installations.