I have a checkbox in my form. Everything is working perfectly, but instead of sending a “1” or “0” in the email, I would like to convert these values to “yes” or “no”. What is the syntax to do this? I’m trying to do something like…
if [my_checkbox] == 0 then “no”
else if [my_checkbox] == 1 the “yes”