Getting Started
Welcome to FeedValue! This guide will help you set up your first feedback widget in under 5 minutes.
Prerequisites
Before you begin, you'll need:
- A FeedValue account (sign up for free)
- A website where you want to collect feedback
Step 1: Create an Organization
After signing up, you'll be prompted to create an organization. This is where all your apps and widgets will live.
TIP
Organizations are great for teams! Invite colleagues to collaborate on feedback management.
Step 2: Create Your First App
An App represents a website or product you want to collect feedback from.
- Go to the Dashboard
- Click Create App
- Enter your app name and primary URL
- Click Create
Step 3: Create a Widget
Widgets are the actual feedback forms your users will see.
- Select your app from the dashboard
- Click Create Widget
- Choose your widget style and position
- Customize colors to match your brand
- Click Create Widget
Step 4: Add to Your Website
Copy the embed code from your widget settings and add it to your website:
html
<script
src="https://cdn.feedvalue.com/widget.js"
data-widget-id="wgt_abc123"
async
></script>WARNING
Make sure to replace wgt_abc123 with your actual widget ID!
Step 5: Test Your Widget
Visit your website and look for the feedback button. Click it to test the form!
What's Next?
- Learn about Organizations, Apps, and Widgets
- Set up webhooks in the dashboard to get notified of new feedback
- Explore the WordPress and React integrations
Need Help?
- Join our Discord community
- Email us at [email protected]
