DJ29Joesph
02-13-2010, 12:35 AM
I have a feature I want users to be able to choose whether they want music played or not. I created a Cutom User profile field and made it a on or off radio button and I used this code:
<vb:if condition="$post['field20'] == 'on'">
Code......
</vb:if>
However it still plays even if the user has "off" chosen. What did I do wrong?:confused:
<vb:if condition="$post['field20'] == 'on'">
Code......
</vb:if>
However it still plays even if the user has "off" chosen. What did I do wrong?:confused: