Custom Contact Field not carrying over from Chat_Launch to Workspace
Summary
The custom contact field I have created is not copying over to the chat workspace after it has been filled outContent
I have been using the following code on my chat launch page:
<rn:widget path="input/CustomAllInput" table="Contact" always_show_mask="false" />
But the custom contact field I created shows up blank on new chats. I have checked the workspace rules and can't find anything.
Am I missing something here?
Code Snippet
<rn:widget path="input/CustomAllInput" table="Contact" always_show_mask="false" />
0