How to implement event polls and user interaction such as likes and comments for all Events

0
Hi everyone,   I have a requirement to implement event polls and user interaction such as likes and comments for all Events that will be created in my app on Mendix. I am thinking of the best way to go about this. I have seen the Mendix mini surveys on marketplace but it seems like it is app specific. Has anyone done this before? Ideas are welcome too   Thank you
asked
1 answers
0

Hi Nafisa,

 

It is possible to use 1 or many Mini Survey in your app and have each one activate based on user actions/events.

For example if a user clicks on a drop down menu a mini survey can pop-up.

The trigger event of a Mini Survey can be control via a nanoflow javascript action trigger.

 

Not sure if that helps solve some requirements you have?

answered