I began creating a multi-page form before realizing it was simply too big to deal with. So I split it up into 9 separate forms, included on 9 separate pages, with each form submission continuing to the next page in succession. Works great. The only problem is, I'm left with 9 separate entries, which need to be separately exported (not to mention 9 confirmation emails, which isn't great, but I can deal with).
So two questions...
1) Is there a way to export entries from multiple/all forms at once? Getting all the data out of there with a couple clicks instead of selecting each form from the dropdown would work well.
and/or
2) Is it possible to merge forms, so that I can go back and create a multi-page form easily?
I looked at the SQL schema, and it seems a bit cryptic, so I really don't want to go there. If there is some other solution I haven't thought of, please let me know. I could imagine both of these features being potentially useful in various circumstances.