I know this might be hard to implement, because each form might have different field names, but I thought I'd throw this out there, since if the fields aren't defined the same across forms, forms will at least flag the bad fieldnames.
Recently, I ran into a situation where there were about a dozen different Forms processes, each with a 'Save to Repository' activity that sent the forms to \subfolder\subsubfolder\[lnamefield], [fnamefield] [IDfield]
Except for one, which omitted the space between [fnamefield] and [IDfield], which then created a new folder with different information.
It would be a real time saver if instead of filling in the destination path for each of a dozen different forms, there could be paths set up in Administration like database connections, and then a particular path can be selected for the save to repository activity, or if the destination path needs to be changed across dozens of Save to Repository processes, it only has to be altered in one place.