Forums

How to use Run Conditions in combination with value of Radios Group

v.d. Hulst 18 Nov, 2024

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

Max_admin 18 Nov, 2024
Answer
1 Likes

{data:lbcancel} IN option_cancel_yes

Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
v.d. Hulst 18 Nov, 2024
1 Likes

Thank you Max for you very fast reply!

It work perfect in 8.0.27.

Also the empty {email:data_table} in the mail is fixed!

Regards,

Peter

You need to login to be able to post a reply.