Yep, it's me again.
I have been using the code below to display custom fields in my new custom memberlist. It's been working great so far, but I just realized it doesn't work like I intended when the custom field values are from a multiple selection check box.
Code:
{vb:raw userinfo.field17}
So, if check box values are any combination of A,B,C,D - then that code outputs a number value according to the number value of boxes the user checked. How do I get it to output the actual textual value of the boxes checked by the user?
Example:
User can select any number of the following - Snacks, Breakfast, Lunch, Dinner
So if they check Breakfast and Dinner, that is what I want the output to be in my template. Instead, the code above will output the number assocciated with that option.
Thanks!