Forum

Thread tagged as: Question, Blog

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..!

Raul Serrano

Raul Serrano 0 points

  • 7 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

Not currently for values. You can do that with exists but not with value yet.

Does this work yet for value?