I'm curious to know if there's an easy way to edit/change the IDs of forms?
Reason is, I have two identical versions of my website: Live version, and staging version. I have about 10 forms (identical on each site). But over time I removed and added forms on the live site, without making the same changes on the staging site. So now, as I'm trying to make the two sites identical again, I have a situation where I have the same set of 10 forms on each site, but those 10 forms are assigned different IDs between the 2 sites.
Since I'm embedding the forms using the template tags, this results in having to change the form ID in the tag every time I want to tweak it on the staging site, then correct that form ID when I'm copying it over to the live site.
Not a huge deal, but it would be way easier to manage (and less chance to screw something up) if I could just match up all of my form IDs between the live site and staging site.
Thoughts?