Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hello!

    Agreed, your plugin is fantastic.

    I have a similar issue where I’m trying to test for certain keywords in array elements to determine whether to display them or not. Is there a way to use [ELSEIF] or string [IF] statements together? I don’t see anything on this in the official docs. Here’s my code:

    [FOREACH({custom_fields/custom_field})]
    <p class=”event-description”>[IF({value[.=”day1-kickoff-event”]})][ELSE]{value}[ENDIF]</p>
    [ENDFOREACH]

    Thanks!
    Jason Gresalfi

Viewing 1 replies (of 1 total)