Hi,
I am trying to create an if statement using a switch field but it seems to not render.
Here is what I have tried for the beginning of the statement:
The switch field has an ID of "multiple_switch"
{% if multiple_switch == 1 %}
{% if multiple_switch == '1' %}
{% if multiple_switch == "1" %}
{% if multiple_switch == true %}
All of the above either do nothing or show the content regardless of the switch setting.
Is there something I am overlooking?
Thank you!