FeedbackJar
No-code platforms ✓ 1 minute setup Easy

FeedbackJar + Webflow

FeedbackJar works on any Webflow site via the Footer Code field in Site Settings. No App or plugin needed. Appears on every published page automatically.

Get your Widget ID free → 7-day free trial · No credit card required

How to install FeedbackJar in Webflow

1

Get your Widget ID

bash
# Sign up at app.feedbackjar.com
# Create a widget → copy your Widget ID
2

Paste into Site Settings → Custom Code → Footer Code

html
<!-- Site Settings → Custom Code → Footer Code -->
<script src="https://cdn.feedbackjar.com/sdk.js"></script>
<script>
  window.fj.init('YOUR_WIDGET_ID');
</script>

Footer Code runs on every published page. Replace YOUR_WIDGET_ID with your ID.

3

Publish your site

text
Click Publish → the widget appears on your live domain (not the Designer canvas).
4

Trigger from a Webflow button (optional)

html
<!-- Add to Page Settings → Before </body> tag, or an Embed element -->
<script>
  document.querySelector('#feedback-button').addEventListener('click', function () {
    window.fj.showWidget();
  });
</script>

Give any button an ID of feedback-button in element settings, and initialize with trigger: 'custom'.

What you get

  • Paste once into Footer Code — every page covered
  • No App or plugin required
  • Works on the free webflow.io subdomain and custom domains
  • Custom trigger from any Webflow button
  • Left/right position and theme options
  • Only shows on published pages, not the canvas

Add feedback to your Webflow app today

Sign up free, grab your Widget ID, and have the feedback widget running in your Webflow app in 1 minute.

Start Free Trial 7-day free trial · No credit card required

Frequently Asked Questions

Looking for the full technical reference? Read the Webflow docs →