Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Hi Team,
I have requirement like, i have integrated livehelper chat in a page in a different domain. And i want the user to signIn in my domain before they chat in the chat widget.
The flow like
User comes to website - Click Live helper chat - Chat says you must login in the site before proceeding - If logged in the bot will come in place.
Can you help me team with this.
Is it possible?
Last edited by suvajit (2020-07-06 12:36:45)
Offline
Yes, it's possible – if chat widget is placed in the domain the user has to be logged in. Just add cutsom variable in lhc "isLoggedIn" and pass value in javascript prior to open widget.
Like
window.lhc_var.isLogeddIn = <your logged in check>
Use var in lhc triggers later
Offline