Back to Widgets
Feedback Form Widget
Available
Embed a customizable feedback form directly into your website or application.
Overview
The Feedback Form Widget allows your users to submit feedback, bug reports, or feature requests without leaving your page. It's highly customizable to match your brand's look and feel.
Live Preview
Your Feedback
Embed Code
Copy and paste the following code into your webpage where you want the widget to appear.
<div id="your-feedback-widget"></div>
<script src="https://widgets.yourcompany.com/feedback.js" data-widget-id="feedback-form" data-theme="dark"></script>
Customization Options
You can customize the widget's behavior and appearance using the following data attributes in the script tag:
Option (data-attribute) | Type | Description |
---|---|---|
data-theme | string (optional) | 'light' or 'dark' (default: 'light') |
data-button-text | string (optional) | Text for the feedback button (default: 'Give Feedback') |
data-target-element-id | string (optional) | ID of the DOM element to mount the widget into (default: 'your-feedback-widget') |