When exporting form data with the List Box or Checkbox List fields to Excel using Web Forms for Marketers module, the generated document may contain the following XML tags around field values:
After applying this patch, multiple values will be separated using the comma symbol. This is the same format as you see on the Data tab of the Form Reports application, but without the <item></item> tags in the generated Excel file.
After applying this patch, multiple values will be separated using the comma symbol, but without the <item></item> tags in the generated Excel file.
After applying this patch, multiple values will be separated using the comma symbol, but without the <item></item> tags in the generated Excel file.
You can change the value of the WFM.FormDataExcelSeparator setting in the Z.Sitecore.Support.67717.config file in order to use different separators for multiple field values.