Multiple values for a passed parameter
-
I am getting two parameters form the URL. One of them has four possible values, all of which display the same content, at least for now. I want to do something like this:
[raw] [pass global="_GET" fields="first,second"] [if pass="{FIRST}" value="abcd" empty="false"] [-if pass="{SECOND}" value="3000,3410,3424,3426" empty="false"] <p>Some content here</p> [-/if] [/if] [/raw]
It appears from the docs that SECOND would evaluate to true for multiple values, but it does not work. I would rather not have to insert the same content four times.
Thanks for your help!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Multiple values for a passed parameter’ is closed to new replies.