Widget Configuration

Control where and when the feedback widget appears on your site.

Page Targeting

Choose which pages display the feedback widget. By default, the widget appears on all pages.

Targeting Modes

All Pages (Default)
The widget appears on every page of your site.
Include Only
The widget only appears on pages matching your patterns.
Exclude
The widget appears everywhere except pages matching your patterns.

Pattern Syntax

Use wildcard patterns to match multiple pages:

  • * matches any characters except /
  • ** matches any characters including /

Examples

/dashboard/*     → matches /dashboard/inbox, /dashboard/settings
/blog/**         → matches /blog, /blog/post, /blog/2024/post
/checkout        → matches only /checkout (exact)
/app/*/settings  → matches /app/user/settings, /app/admin/settings

Enable / Disable Widget

Quickly turn the widget on or off without removing the code from your site.

Navigate to Dashboard → Sites → Your Site and toggle the Widget Enabled switch.

When disabled, the widget script still loads but doesn't render anything on the page.

How to Configure

  1. Go to Dashboard → Sites
  2. Click on the site you want to configure
  3. Select the Widget Settings tab
  4. Configure page targeting and other options
  5. Changes apply immediately (no code changes needed)