Replies: 1 comment
-
Hi, First of all please use new syntax for variables passing if you are passing it yourself. You can't have different fields for popup and mormal chatrs. For offline and offline form you can just use. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I am having an issue with my custom fields.
LHCChatOptions.attr.push({
'name': 'ID Number',
'value': 'name?>',
'type': 'text',
'size': 6,
'req': false,
'show': 'off'
This is my custom field, I would Like the ID number to display here:
Under the additional data section once a chat is opened but I do not want this field to display on the pop up widget for Online and offline chats. How can I do this?
Beta Was this translation helpful? Give feedback.
All reactions