Hi,
I have a Wix Answers chat integrated in my site on a page for registered users.
I want to remove the email and full name fields from the chat and inject them programatically.
So following conversation with support I’ve tried to use AnswersWidget.identifyUser.
This is the code I have in the Iframe component:
So the chat is loaded and working but the full name and email fields are still there.
What am I doing wrong?