You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to add a link in a message using anchor tag in addRobotChatResponse(). The text in the message gets underlines but is not clickable. Is there any way to make it clickable?
I am trying to add a link in a message using anchor tag in addRobotChatResponse(). The text in the message gets underlines but is not clickable. Is there any way to make it clickable?
submitCallback: function(){ conversationalForm.addRobotChatResponse('<a href="https://www.xyzbank.com/aaabbc">Click here</a>'); }
The text was updated successfully, but these errors were encountered: