Dynamic data in confirmation email
I am using conditional logic in my form, I'd like the fields that are filled in to be included in the confirmation email and I'd like the fields in which the user has not entered data to be excluded from the confirmation email.
Thanks for considering.
16
votes

-
Anonymous commented
{@if fieldname neq "" @}
Show this if fieldname is not equal to empty
{@/if@}
-
Kjetil Waage commented
Wondering about this too? Something like this should be possible
[if field name]
Name: [field name]
[/field name] -
Arsène commented
Yes, that would be perfect. And even more if we can parameter different emails (one for the customer and one for the team) :-)