Ricerche recenti


Nessuna ricerca recente

Custom templates



Data ultimo post: 30 gen 2025

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


0

1

1 commento

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


Accedi per aggiungere un commento.

Non hai trovato quello che cerchi?

Nuovo post