Add the Feedback module to your in-app widget so customers can submit ideas without leaving your product.

Enable feedback in the widget

  1. Go to Design → Widget.
  2. Add or enable the Feedback module in the widget navigation.
  3. Configure the module copy and widget appearance.
  4. In Feedback, confirm that a public board accepts submissions and review General and Privacy settings.
  5. Save the widget, then test it in your application.

You can also open the form programmatically with userorbit.openWidget({ tab: "feedback", showFeedbackForm: true }).

If the form does not appear

Confirm that the Userorbit SDK is initialized, the Feedback module is enabled in the saved widget, and the selected board is public. Review Feedback → Settings → Privacy if anonymous visitors cannot submit feedback.

Was this helpful?