Feedback Widget

Collect bug reports, feature ideas, and general feedback directly from your users.

Bug Reports

Users can quickly report issues with metadata like URL and browser info.

Feature Ideas

Gather suggestions to help prioritize your product roadmap.

Manual Trigger

Hide the floating button and trigger the form from your own UI elements.

Integration

<script 
  src="https://panwidget.com/embed.js" 
  data-project-id="YOUR_PROJECT_ID"
  data-type="feedback"
  async
></script>

Trigger Modes

The feedback widget supports two main trigger modes, configurable in your Project Settings:

Floating Button (Default)

A persistent button in the corner of the screen. You can choose from 4 positions (Bottom Right, Bottom Left, etc.).

Manual Mode

The widget is hidden by default. Use window.PanWidget.open('feedback') to show it when a user clicks a "Report Bug" link in your own navigation.

Data Collection

Every submission automatically captures:

  • Type: Bug, Feature, or Other.
  • Content: The user's message.
  • Metadata: Current URL, User Agent, and Timestamp.
  • User Email: Optional, for follow-up.