Although we haven't had to do this as of yet, I know there's going to be a time where we'll probably have to recover a deleted form.
Now, I know all form data is stored in one database, and looking at things, it *appears* I would only need to recover the following (after recovering the entire database to a different name, of course):
1) The business process from the business_processes table
2) The process model from the bp_processes table
3) The actual form(s) associated with the business process (settings, JavaScript, CSS) from the forms table
4) All fields associated with the above form's formid in the fields table
Or would we only have to point Forms temporarily to the restored database to export the form to restore, point Forms to the normal database again, and then re-import the form? I know, in most cases, it would make more sense to re-create the form from scratch, this would be in those instances where we've got a form we've done a ton of work on.
Thanks to everyone who has suggestions on the best course of action - thanks!
Marty Gaffney - Town of Okotoks
@ablfguy