I have just finished creating a pretty large form with about 30 checkbox group fields. Each of these items is a multiple choice question. I would like to be able to create an export file with the labels for these groups as a column, and each of the checked values as the value.
The way export currently works, skips the group labels all together. This creates a CSV file that is nearly impossible to understand.
Is there any way to do this? If it is not possible, is there some functionality I can hook into to create this myself?