Experience feedback collection in action
This demo page simulates how Feedbag would work on your website. Click the feedback button to submit feedback just like your users would.
This represents your actual website or application. The feedback widget is embedded and available to your users at any time.
Users can click the floating feedback button to submit feedback, report bugs, or request features - all with optional screen recording!
Click the "Give Feedback" button below to see how your users would submit feedback.
To add this to your website, just include this snippet:
<script>
(function() {
var script = document.createElement('script');
script.src = "https://feedbag.apps.2ig.tech/widget/feedbag.js";
script.dataset.project = "cmpgk39fk00011cs780h4pewx";
script.dataset.token = "fb_demo_default_token";
document.body.appendChild(script);
})();
</script>This is a real access token for the Demo App projectTo open the feedback modal, add class="feedbag-trigger" to any element on your page.