Skip to content

Instantly share code, notes, and snippets.

@DeskWOW
Last active August 29, 2015 14:14
Show Gist options
  • Save DeskWOW/abc4c9864638898c7efc to your computer and use it in GitHub Desktop.
Save DeskWOW/abc4c9864638898c7efc to your computer and use it in GitHub Desktop.
Case theme: Reveal custom field(s) based on custom field(s)
{% if case.custom_brand == "ABC Clothing Store" %}
<div class="agent_ticket_section">
{{custom_shirt_size}}
</div>
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment