I have a form with a set of three radio buttons. I assigned a value to each, but it doesn't look like the form is returning the selected value. When I put {all_fields} in the e-mail that gets sent to me, I see the label of the button selected, not the value, and if I try to use the value in the conditional statement in the notification, that conditional doesn't work. I have to use the label.
Am I doing something wrong here? How can I use the value of the radio button in my conditional statement?
This actually brings up another question, too. Using the label in the conditional statement wouldn't be such a big deal if the client didn't want double quotes in the labels. I tried escaping the quotes in the conditional statement like this:
[gravityforms action="conditional" merge_tag="{Choose one or both:2}" condition="is" value="Digital Marketing \"Readiness\" Checklist"]
but that didn't work. Can characters be escaped, and if so, how?