Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2015-02-20 09:31:15

zaid.ilink
Member
Registered: 2015-02-20
Posts: 11

Auto start chat

Hello,

In pro active chat, there is message for user but real chat request sent to agent when user write something. Here I require auto start of chat. Means chat request must be sent to agent when pro active chat condition matched.

Any help or guidance is appreciated.

Offline

#2 2015-02-20 09:37:21

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Auto start chat

Most logical would be for you to override this template
https://github.com/LiveHelperChat/liveh … ge.tpl.php

And do some auto submit etc.
How to override templates etc, you will find in documentation.

Offline

#3 2015-02-20 10:26:00

zaid.ilink
Member
Registered: 2015-02-20
Posts: 11

Re: Auto start chat

Thank you for your quick reply.

Offline

#4 2015-02-20 16:54:34

bejita
Member
Registered: 2014-11-19
Posts: 31

Re: Auto start chat

hello
I've made something like that but it doesn't work


    document.getElementByTagName("ReadOperatorMessage").addEventListener("onload", function(){
       document.getElementById("ReadOperatorMessage").submit();
    });

does it work for you zaid.ilink and how did you made it please ?

Offline

Board footer