---
title: "Display Signature Elements Based on Field Value (Liquid Templates Only)"
slug: "display-signature-elements-based-on-field-value-liquid-templates-only"
updated: 2024-01-16T21:08:45Z
published: 2024-01-16T21:08:45Z
canonical: "help.opensense.com/display-signature-elements-based-on-field-value-liquid-templates-only"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.opensense.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Display Signature Elements Based on Field Value (Liquid Templates Only)

This is our current template **as of 2022**. If you are not familiar with/used to this format, please check out our Legacy Templating Articles

You can create conditions to display a specific signature element based on the value in an employee directory field

### Example

{% case location %}

{% when "New Jersey", "NJ" %}

555 Highpoint Lane

Englewood, NJ 07631

{% when "Atlanta", "ATL" %}

1234 Pleasant Street

Atlanta, GA 30301

{% else %}

1234 HQ Lane

Louisville, KY 40210

{% endcase %}

#### HTML Code

![](https://cdn.document360.io/05b0e12d-96a6-4b75-a423-672ab2be88d7/Images/Documentation/displaySignature1.png)

#### Rendered Email Signature

![](https://cdn.document360.io/05b0e12d-96a6-4b75-a423-672ab2be88d7/Images/Documentation/displaySignature2.png)
