Basic question - I’m creating a simple survey form which emails the input out to myself.
I have several text input forms whose results I have no problem getting to save / send. The challenge is with radio buttons, I’d like the value (checked / unchecked, or yes vs. no) to be stored and sent, but I’m unable to figure out how to set this up.
For example, here’s what the text inputs look like (which work fine):
Yeah, just select the dang option. (“Is checked” means “return yes for checked”. “Is not checked” means “return yes for unchecked.” It’s a built in boolean inverse, see?)