I added a private field 'paid' to a webform so that admins could mark a form with a boolean value Paid / Not Paid. The webform results displayed fine, but when exporting the results as Excel or CSV etc. one column was empty and all the remaining results were shifted to the next column. Replacing the boolean field with a select field containing 'yes' and 'no' avoids this issue.

Comments

solotandem’s picture

Project: Boolean Field » Webform
Version: 7.x-1.1 » 7.x-4.x-dev

Your issue seems to be with webform which provides its own field types, not using the 'field API' field types of which this boolean field module is one.