The separatefiles attribute specifies whether a data from each participant should be saved in a separate file.
boolean | A value of true or false. |
By default, when data are saved to the local computer, the data from each participant are saved to single file. This attribute allows you to override this default and save each participant's data to a separate unique data file.
When data are saved to a network location (web site, file share, or email), each participant's data are always saved in a separate file regardless of this setting.
The following saves the data from each participant to a separate file:
<data>
/ separatefiles = true
</data>