By default all data for Sync & Save is stored in C:\ProgramData\doForms.
The submission archive can be saved in a different location by following these steps.
- Stop any running jobs and turn off the job scheduler.
- Open the install folder, located in either
C:\Program Files (x86)\doForms\Sync And Save
orC:\Program Files\doForms\Sync And Save
- Edit the file SyncAndSave.exe.config in a text editor
- Find this node in the file:
<setting name="ArchiveFolder" serializeAs="String">
<value/>
</setting> - Update the value node to the folder where you would like to store the submission archive. For example:
<setting name="ArchiveFolder" serializeAs="String">
<value>D:\doForms\submissions</value>
</setting> - Save the SyncAndSave.exe.config file.
- Find the default submission archive which is stored in
C:\ProgramData\doForms\Sync And Save
The submissions for each doForms account are stored in a folder named for the account. If you have multiple doForms accounts, you will need to find and move multiple folders. - Move the account folder to the new location. For example, if your doForms account is named "myaccount" you would move all the files in the folder
C:\ProgramData\doForms\Sync And Save\myaccount
toD:\doForms\submissions\myaccount
- Open Sync & Save
- Select the Submissions tab of a job and verify that you can still see existing submissions.