Custom templates



Posted Jan 30, 2025

Can I create a custom Help Center page template and insert a form dropdown for a different brand?


0

1

1 comment

image avatar

Elaine

Zendesk Customer Care

Hi Matthew,
 
Yes, you can create a custom Help Center page template and insert a form dropdown for a different brand. This allows you to tailor the user experience based on the specific needs of that brand.
 
Use the Liquid markup to insert the dropdown. For a different brand, you may need to reference the specific form using the brand’s ID. The Liquid syntax typically looks like this:
<select name="form">
{% for form in forms %}
<option value="{{ form.id }}">{{ form.name }}</option>
{% endfor %}
</select>
 

0


Please sign in to leave a comment.

Didn't find what you're looking for?

New post