Pods template: Boolean field value check
-
Hello,
I am trying to display event data from related event post only if for the main post boolean value for “rezervacije_otvorene” (meaning bookings open) is checked to “yes”. But value check doesn’t work neither outside nor inside each loop. The value itself is ok, I tested display in frontend and it shows Yes.
[if rezervacije_otvorene="Yes"]test value check outside of loop[/if] [if events] [each events]{@event_type}: {@datum}, {@mjesto} [if rezervacije_otvorene="Yes"] <p>{@event_link} <br>{@ulaznice} <p>{@rezervacije}[/if] [/each] [/if]
What am I doing wrong in value check in if conditional?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Pods template: Boolean field value check’ is closed to new replies.