Conditional display in email designer with value from fields

Hey guys,

I have this form in which I would like to use conditional display in its confirmation email created via BF email designer (IF conditional widget inside email body, not whole email template condition). Is there such a possibility to do something like if {{brx_abc}} == ‘ABC’ with conditional display inside email designer? I cant get it working. Thanks a lot!

R.

Okey I figured it out, you just need to remove {{}} and use “”, will leave it here for next generations :slight_smile:

1 Like

Can you please elaborate on this.
Tried your suggestion but it is not working.
My aim is to use proForm fields inside the email designer…

In most programming languages usually “xxx” gives only the text/char inside but not a field value…