Forum
Multiple value conditional
Hi, is there any sintax to make a multiple value conditional?
<perch:if id="car" value="red OR blue">
--
<perch:else />
--
</perch:if>
Thanks again and again..!
Hi, is there any sintax to make a multiple value conditional?
<perch:if id="car" value="red OR blue">
--
<perch:else />
--
</perch:if>
Thanks again and again..!
Not currently for values. You can do that with
exists
but not withvalue
yet.Does this work yet for
value
?