최근 검색


최근 검색 없음

Custom templates



2025년 1월 30일에 게시됨

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


0

1

댓글 1개

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


댓글을 남기려면 로그인하세요.

원하는 정보를 못 찾으셨나요?

새 게시물