All Collections
FAQ
Advanced functions
Can I use conditions in my signature to show certain lines only if the field is not empty?
Can I use conditions in my signature to show certain lines only if the field is not empty?

How to show some information only if the field is not empty?

Jan Moravec avatar
Written by Jan Moravec
Updated over a week ago

Yes, for example with this syntax you can show the line only if fax field is not empty:

{if not empty(fax)}Fax: {fax}{/if}

For more information see the Conditions article.

Did this answer your question?