Custom Emojis Feedback

0
Hi Everyone, i’m new to mendix and wanted to create a custom feedback with reaction emojis. is it possible? 
asked
2 answers
3

Yes, it is possible, but there is no default functionality that does this for you.

Helping you along, I got an enumeration for you that contains the icons here, and there is a star-rating module here.

answered
0

You could also use 5 buttons with render mode = link; caption = empty; icon = custom image uploaded (download emoji images from font awesome website or elsewhere)

  • Then create an integer attribute and update this value to the respective value (1-5) based on the button (emoji) clicked ;)
answered