Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
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
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
Thank you for your quick reply.
Offline
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
Pages: 1