Start a conversation

Modifying the New Conversation Page Title

Overview

The 'Start a conversation' link which is displayed on the top right corner of the Help Center page is the link that users would click to submit a ticket or conversation to your support team. When a user tries to open a conversation, the default title or text at the top says "Send us a message". You can customize or change the text from "Send us a message" to something else by tweaking the templates that control the appearance of your Help Center.

new_convo_form.jpg

Prerequisite

  • To edit the Help Center templates, you will need an admin account with the "Manage the Help Center" permission.

 

Solution

  1. Sign in to Kayako and go to the Help Center.

  2. Click the Customize button on the top toolbar.

  3. Select Customize templates from the menu displayed on the left.help_center_customize.jpg

  4. Select the New Conversation template from the dropdown list (see image below):

  5. Find the following line of code within the template:
    <h1 class="ruled" id="conversation-subject">{{ phrase('conversation.contactsupport') }}</h1>
  6. Comment the code, to disable it, by adding <!-- at the beginning and --> in the end, as follows:
    <!-- <h1 class="ruled" id="conversation-subject">{{ phrase('conversation.contactsupport') }}</h1> -->
  7. Add the following line of code replacing This is the New Conversation title!!! with your own title (this replaces the line just disabled):
    <h1 class="ruled" id="conversation-subject">This is the New Conversation title!!!</h1>
  8. Click Save to save the changes.

NOTE:  To restore the original template, click the Revert to default button. 

 

Confirmation

After saving the changes and refreshing the Help Center page, the new title or text will now display on the New Conversation page.

new_convo_form_title.jpg

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. ATLAS

  2. Posted

Comments