space10-community / conversational-form

Turning web forms into conversations
https://space10-community.github.io/conversational-form/
MIT License
3.8k stars 778 forks source link

Link not clickable when adding robot message after form submission (addRobotChatResponse in submitCallback) #464

Open Shubhanshu082 opened 1 year ago

Shubhanshu082 commented 1 year ago

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>'); }