Skip to main content

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 yesterday

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

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

For more information, see the Conditions article.

Did this answer your question?