Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
I add widget livechat on site. It enable widget when users login success on site. After I get value username:
Example:
[== PHP ==]
LHCChatOptions.attr_prefill.push({'name':'username','value':'{{$username}}'});
But when I load page it load new conversation and site admin add new record of same user.
I want to add to all conversation of same user. Please! help me.
Thanks!
Offline
Sorry,
Your javascript does not makes any sense, because of {{$username}}
These arguments are for javascript not for php.
Offline
Pages: 1