Use a javascript chat solution to allow users to send messages to our database

0
Hello, I am trying to create a way for users to send comments to our database relating to different pages involving details of an entity. For example, I go to a car dealer website and I am able to send a message in a chat box.  I have users that want to enter a comment while navigating different pages on our mendix site and submit at any time. Does anyone know of a way we can achieve this functionality?
asked
4 answers
1

Not sure what you want to achieve but: Create a non-persistent object in which you store the comment clientside using a nanoflow. Will that help you out?

answered
1

Hi Matthew,

I would check out the chatter module. 

https://appstore.home.mendix.com/link/app/1442/Appronto/Chatter-(FREE)

answered
1

Matthew,

You may want to check out a webinar being offered by Mendix tomorrow:

https://ww2.mendix.com/Conversational-Platforms.html

Mike

answered
1

Or maybe the feedback widget is more then enough for your use case?

answered