Thanks! This is super helpful and just what I was looking for.
Is it possible to have multiple conditions in each shortcodes? Basically I want a shortcode to output specific content for 3 different value ranges. 0-6, 6-12, 12-18.
My first looks like this..
[gravityforms action="conditional" merge_tag="{Number:4}" condition="less_than" value="6"]
Content for first group
[/gravityforms]
The Second
[gravityforms action="conditional" merge_tag="{Number:4}" condition="greater_than" value="6"]
Content for second Group
[/gravityforms]
The Third
[gravityforms action="conditional" merge_tag="{Number:4}" condition="greater_than" value="12"]
Content for 3rd group
[/gravityforms]
Obviously though, if they're answer is above 12 then they get output both content for group 2 and 3. Can I somehow set a condition like..
condition="greater_than" value="6" + condition="less_than" value="12"
Thanks for your help!
Posted 11 years ago on Friday February 15, 2013 |
Permalink