I can't believe I didn't see that!! Lol!
However, I was finally able to save the template changes, but that code is not outputting anything. Grrr! This is what I have...
Code:
<vb:if condition="$userfield['field23'] & 1">
Unknown
<vb:elseif condition="$userfield['field23'] & 2" />
No Food
<vb:elseif condition="$userfield['field23'] & 24" />
Breakfast
<vb:elseif condition="$userfield['field23'] & 32" />
Lunch
<vb:elseif condition="$userfield['field23'] & 63" />
Dinner
<vb:elseif condition="$userfield['field23'] & 8" />
Snacks
</vb:if>
Also, is using elseif appropriate if there may be multiple options set? For example: Breakfast, Lunch, Dinner