Hi,
I have 2 field groups. one as checkboxes called (wpcf-main-categories), and one as radio buttons called (wpcf-post-types-filter).
for both groups, i entered the values to be stored in the database. i used plain lowercase English characters.
I used WP Allexport plugin to export the post date to csv.
here are the results: hidden link
The radio buttons show the correct value (e.g. book), while the checkboxes show the correct values too (e.g. mc-patrology), but show a very long string of code before it.
is this the way you designed the checkboxes? it makes bulk processing of these fields very difficult using csv as it has semicolons in it.
on the other hand, i can't use radio buttons for this group as the posts can have more than one value, and i want to filter posts using them (similar to your real estate demo).
please advise if here is a problem or a way to not show this code string for checkboxes.