Widgets
Widgets are the feedback forms your users interact with.
What is a Widget?
A widget is the actual feedback interface that appears on your website. It can be a floating button, inline form, or modal dialog.
Creating a Widget
- Select an app from your dashboard
- Click Create Widget
- Configure your widget:
- Name: Internal reference name
- Type: Button, inline, or modal
- Position: Where the widget appears on the page
- Theme: Light, dark, or auto
Widget Configuration
Appearance
- Position: bottom-right, bottom-left, top-right, top-left
- Theme: light, dark, or auto (follows system preference)
- Primary Color: Button and accent color
- Text Color: Form text color
Content
- Title: Header text for the feedback form
- Placeholder: Input placeholder text
- Submit Button: Button text
- Success Message: Shown after submission
Behavior
- Trigger: How the widget opens (button click, page load, exit intent)
- Close on Submit: Auto-close after submission
- Show Rating: Include sentiment rating
Embedding a Widget
Copy the embed code from your widget settings:
html
<script
src="https://cdn.feedvalue.com/widget.js"
data-widget-id="wgt_abc123"
async
></script>Widget States
| State | Description |
|---|---|
| Active | Widget is live and collecting feedback |
| Paused | Widget is hidden but data is preserved |
| Archived | Widget is disabled, can be restored |
WARNING
Archived widgets stop collecting feedback but historical data is preserved.
