[ad_1]
Replies: 1
Hi,
I’m trying to show/hide a portion of the results page based on multiple criteria, something like this:
<%fieldname1_block if_value_like={{apple}}%> AND <%fieldname2_block if_value_like={{orange}}%>
show something here
ELSE
do something else
So basically I’d like to know how I can use AND and ELSE operators with this type of HTML commands.
<%fieldname1_block if_value_like={{apple}}% AND if value_like={{banana}}>
Can we combine these statements and also use “else”?
