Is it possible for conditional shortcode in a confirmation message to be dependent upon a range of values? For example, if you can create a confirmation message based on a single value (which you can of course do):
[gravityforms action="conditional" merge_tag="{merge_tag}" condition="is" value="3"]
Content you would like to conditionally display.
[/gravityforms]
where 3 is the single value, is it also possible to use the above code for a range of values? e.g. 3-6
I will be using values from 0-20 and I want to create confirmation messages for the following value groups: 0-4, 5-9, 10-13, 14-19, 20. greater_than and less_than only apply to the first and last of these groups.