Start a conversation

Removing the Privacy Policy Consent Statement From the Live Chat Submission Form

Overview

When someone tries to initiate a live chat session in Kayako Classic, they are typically directed to a submission form where they can enter their concerns. At the bottom of the form is a privacy policy consent that the chat initiator needs to agree on before proceeding. This can be disabled or hidden by modifying the template.

privacy_live_chat.jpg

Prerequisite

  • Admin access with "update templates" permission.

 

Solution

To hide the privacy policy consent, you need to comment out the line of code for the privacy consent (using HTML comment) from the leavemessageandchatlandingtemplates. 

Follow these steps:

  1. Log in to the admin control panel.
  2. From the Home tab, click Templates.
  3. Click Templates from the menu.
  4. Select the template group you want to modify and click Live support.
    template_live_support.jpg
  5. Look for the leavemessageandchatlandingtemplates. 
    • From these two templates, comment out the line of code as seen below.
    • You need to perform this on bothleavemessageandchatlandingtemplates and don't forget to click Save to save the changes.
<!--
<td><label> <input name="registrationconsent" type="checkbox" required/> <{$_language[fieldregpolicytext]}> <a href="<{$_registrationPolicyURL}>" target="_blank"> <{$_language[fieldregpolicyurl]}> </a></label></td>
-->
Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted

Comments