Skip to main content
All CollectionsFAQAdvanced 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?

Updated over 6 years 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?