Feedback form/button package for Shiny?

Hi, I am wondering if there is a package for Shiny that handles user feedback, like the image below?
If there isn't, any suggestions how to make it? Connect some pop-up function to a button??

Feedback

Hello @GreenManXY,

This is doable with default shiny. This is simply 3 x textInput, 2 x submitButton and a selectInput or something similiar for the stars.

I suggest have a look here at the textInput: https://shiny.rstudio.com/gallery/text-input.html
submitButton : https://shiny.rstudio.com/reference/shiny/latest/submitButton.html

You might find some nicer boxes etc with the package shinyWidgets or even shinyjs

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.