How to Separate Product Options Checkbox Field into Columns
-
This is similar to the requests regarding splitting Repeater Subfields into columns.
Can you provide a functions.php code example for generally splitting checkbox field results into separate columns (Product Option Checkboxes is my current need) as the general Setting Settings “Multiple columns” doesn’t seem to address these.
When output, the results of the field is the value of all checked boxes in one cell, separated by commas.
I assume it is something like this, but I don’t know how to address these specifically by name:
//GF Entries in EXCEL (Separate Checkbox Fields) add_filter('gfexcel_field_separated_checkbox', '__return_true');
When it comes to coding, I am a freshman.
I might suggest too, as a future feature, that you should be able to override the General Setting on each field Export Setup (as opposed to by individual hooks) for those of us with limited coding skills. ??
Thank you!!
- The topic ‘How to Separate Product Options Checkbox Field into Columns’ is closed to new replies.