Replies: 0
I want to show or hide information on the event page based on a custom event checkbox field. When I test if the checkbox is ticked then it seems to work
[eme_if tag='#ESC_FIELD{MY_CUSTOM_CHECKBOX_FIELD}' value='y']Show me[/eme_if]
But when I test if the checkbox is unticked then it doesn’t work
[eme_if tag='#ESC_FIELD{MY_CUSTOM_CHECKBOX_FIELD}' value='n']Show me[/eme_if]