Conditional shortcode not working in confirmation message [RESOLVED]

Hi - I’m trying to display brochure download links based on which options the user selects in the checkboxes. I’ve tried with both condition=is and condition=contains, and tried various ways to format the merge tag.

Currently no data is output from the 3 conditional statements when form is submitted.

Form is here:

Scren shots below/attached.

Thanks

Just solved it!

It was that the double quotes were “curly quotes” instead of straight quotes. For the record, this is the code that ended up working:

[gravityforms action=“conditional” merge_tag=“{Care:6.1:value}” condition=“contains” value=“1”]

Bullsmoor link here [/gravityforms]

[gravityforms action=“conditional” merge_tag=“{Care:6.2:value}” condition=“contains” value=“2”]
Five Oaks link here
[/gravityforms]

[gravityforms action=“conditional” merge_tag=“{Care:6.3:value}” condition=“contains” value=“3”]
Millway link here
[/gravityforms]