Hello,
I"m trying to test if entries have a multi select option enabled.
For example:
Red
Green
Blue
YellowWhen I run an if statement to check against entries, I use this:
{if multiselect_field == "Red"}
{title}
{/if}This works for all the entries that have only “Red” selected, but not for entries that have “Red” and another value selected (like “Yellow”)—these entries have a value of: “Red, Yellow” and therefore don’t pass the conditional.
How (if at all) am I able to check against these values for every instance of “Red”, regardless of other selected values.
Thanks,
—Nick