Hello, I am setting up a mail template.
There are some fields in the form that are sometimes empty and when using the placeholder write this:
FIELD_XXX placeholder: $ {object.field_xxx.name}
Email result
FIELD_XXX = False
I want that if the field $ {object.field_xxx.name} is empty the result is, for example EMPTY
Email result
FIELD_XXX = ""
How can I program it?
Thanks guys!