Conditional with custom checkbox field
-
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]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Conditional with custom checkbox field’ is closed to new replies.