Display only checkboxes that are not checked gravity forms notifications

I am trying to display checkboxes that are not checked for pertinent negatives in an intake form for an eye surgeon. If a patient checks a box I do not want the value displayed in our notification.

Here are the options:

Here is the merge codes:

Patient specifically reports that they have none of the following: [gravityforms action=“conditional” merge_tag=“{Select all vision conditions that apply:33:value}” condition=“isnot” value=“keratoconus”] keratoconus.[/gravityforms] [gravityforms action=“conditional” merge_tag=“{Select all vision conditions that apply:33:value}” condition=“isnot” value=“blurry vision or shadowed vision”] blurry vision or shadowed vision.[/gravityforms] [gravityforms action=“conditional” merge_tag=“{Select all vision conditions that apply:33:value}” condition=“isnot” value=“glaucoma”] glaucoma.[/gravityforms] [gravityforms action=“conditional” merge_tag=“{Select all vision conditions that apply:33:value}” condition=“isnot” value=“eye crossing, prism in glasses, double vision (seeing two of the same image at once)”] eye crossing, prism in glasses, double vision (seeing two of the same image at once).[/gravityforms] [gravityforms action=“conditional” merge_tag=“{Select all vision conditions that apply:33:value}” condition=“isnot” value=“steroid responder, elevated eye pressure with steroid eye drop”] steroid responder, elevated eye pressure with steroid eye drop.[/gravityforms] [gravityforms action=“conditional” merge_tag=“{Select all vision conditions that apply:33:value}” condition=“isnot” value=“herpes infection of cornea”] herpes infection of cornea.[/gravityforms] [gravityforms action=“conditional” merge_tag=“{Select all vision conditions that apply:33:value}” condition=“isnot” value=“chronic eye rubbing”] chronic eye rubbing.[/gravityforms] [gravityforms action=“conditional” merge_tag=“{Select all vision conditions that apply:33:value}” condition=“isnot” value=“chronic dry eye”] chronic dry eye.[/gravityforms] [gravityforms action=“conditional” merge_tag=“{Select all vision conditions that apply:33:value}” condition=“isnot” value=“retinal tear/detachment”] retinal tear/detachment.[/gravityforms] [gravityforms action=“conditional” merge_tag=“{Select all vision conditions that apply:33:value}” condition=“isnot” value=“other eye condition or surgery”] other eye condition or surgery.[/gravityforms] [gravityforms action=“conditional” merge_tag=“{Select all vision conditions that apply:33:value}” condition=“isnot” value=“parent or sibling with keratoconus”] parent or sibling with keratoconus.[/gravityforms] [gravityforms action=“conditional” merge_tag=“{Select all vision conditions that apply:33:value}” condition=“isnot” value=“parent or sibling with glaucoma”] parent or sibling with glaucoma.[/gravityforms] [gravityforms action=“conditional” merge_tag=“{Select all vision conditions that apply:33:value}” condition=“isnot” value=“parent or sibling with retinal tear/detachment”] parent or sibling with retinal tear/detachment.[/gravityforms]

It should display:

Patient specifically reports that they have none of the following: keratoconus. glaucoma. eye crossing, prism in glasses, double vision (seeing two of the same image at once). steroid responder, elevated eye pressure with steroid eye drop. herpes infection of cornea. chronic eye rubbing. retinal tear/detachment. other eye condition or surgery. parent or sibling with keratoconus. parent or sibling with glaucoma. parent or sibling with retinal tear/detachment.

But actually displays:

Patient specifically reports that they have none of the following: keratoconus. blurry vision or shadowed vision. glaucoma. eye crossing, prism in glasses, double vision (seeing two of the same image at once). steroid responder, elevated eye pressure with steroid eye drop. herpes infection of cornea. chronic eye rubbing. chronic dry eye. retinal tear/detachment. other eye condition or surgery. parent or sibling with keratoconus. parent or sibling with glaucoma. parent or sibling with retinal tear/detachment.

It should leave out “blurry vision or shadowed vision” and “chronic dry eye”, but it doesn’t.

What am I doing wrong?

Thank you,
Derek

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.