• Resolved devpat

    (@patrykm)


    Hello,
    is it possible to use advanced conditional rules in e-mail message body like for ex.:

    IF “checkbox 1” selected AND “select 2” selected OR “select 3” selected THAN display text “OK”

    Or how else could such an effect be achieved?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Conditional in the email message’ is closed to new replies.