Learn how to create feedback widgets to collect user suggestions, bug reports, and feature requests
Add the Feedback module to your in-app widget so customers can submit ideas without leaving your product.
You can also open the form programmatically with
Enable feedback in the widget
- Go to Design → Widget.
- Add or enable the Feedback module in the widget navigation.
- Configure the module copy and widget appearance.
- In Feedback, confirm that a public board accepts submissions and review General and Privacy settings.
- Save the widget, then test it in your application.
You can also open the form programmatically with
userorbit.openWidget({ tab: "feedback", showFeedbackForm: true }).