Hello,
I have a form with a Radios Group with Chronoforms 8.0.26 / 27
field name: lbcancel
Options:
option_cancel_no=No
option_cancel_yes=Yes
I want an email sent when lbcancel is selected: option_cancel_yes
Run Conditions, Conditions Rule: if ANY succeeds
In the email I have tried a bunch of combinations:
Value 1 - Comparator - Value 2
1. {var:lbcancel.selection} IN {option_cancel_yes}
2. {var:lbcancel.selection} IN {Yes}
3. {var:lbcancel.selection} IN option_cancel_yes
4. {var:lbcancel.selection} IN Yes
all combinations with Value 1:
{var:lbcancel} IN ...
{lbcancel} IN ...
However nothing works.
What is the right implementation? I can not find it in the documentation or forum
Regards,
Peter