how to fill in the email conditions, is there any guide for this?
how do I specify that the field is inserted in the email if some checbox is checked?
how do I specify that the field is inserted in the email if some checbox is checked?
if the checkbox is checked then it has a value, so you need to use something like this:
{data:checkbox_field_name} = value
{data:checkbox_field_name} = value
You need to login to be able to post a reply.