HI All,
I have one checkbox that can have up to 4 values in it,
how do i test for a specific value?
the checkbox is call event_display and can contain up to 4 values value1,value2,value3,value4
{if event_archive !="show on archive" AND event_display=="value1"}
<.....>
{/if}what i would like to do is:
event_display CONTAINS “value1”
i know i must be missing something but I cant see it.
thanks in advance for your assistance
Pete