not in the email body, but you can achieve the same result by creating an empty group in your form, let’s say ok-group
You can then add this condition:
show [ok-group] if [checkbox-1] equals "yes"
and if [select-2] equals "affirmative"
show [ok-group] if [select3] equals "yeah"
Now in the email message you could just write:
[ok-group]OK[/ok-group]
The text OK will only show in the email if the ok-group was visible during form submission.
Thread Starter
devpat
(@patrykm)
Exactly. This solves my problem.
Thanks for your help and quick reply!