Need help turning multi value checkbox list into an array

3 posts by 2 authors in: Forums > CMS Builder
Last Post: June 15, 2012   (RSS)

By ScottL - June 15, 2012

I have a multi value checkbox list to select colors in an editor (select_color) that is setup to Get options from database -tablename is (product_colors), and option value/labels are (title).

How can I convert this to an array so I can display "colors" individually as a radio button on the viewer page instead of a string? I've looked around and tried a few things, but no luck. Thanks.

Re: [Jason] Need help turning multi value checkbox list into an array

By ScottL - June 15, 2012

Works perfect. Thanks.