Learn how to build a customer feedback system in Bubble with steps to collect insights, boost engagement, and improve your product fast.

Starting a new venture? Need to upgrade your web or mobile app? RapidDev builds Bubble apps with your growth in mind.
A simple customer‑feedback system in Bubble is built by creating a Feedback data type, building a form where logged‑in customers submit feedback, saving those submissions in the database with a “Create a new thing” action, and optionally notifying your team with email or showing the feedback on an admin page with proper Privacy Rules. That’s the core flow: a form → workflow → entry in database → admin view.
You only need one data type to start. In Bubble a “data type” is like a table.
Bubble automatically tracks Created Date, so you don’t need to add it manually.
On a page, drop standard Bubble inputs: a dropdown for rating, a multiline input for comment, and a button called “Submit Feedback”. The form itself does nothing until you add a workflow.
// Example of field mapping inside the “Create a new thing” action
Rating = Dropdown Rating's value
Comment = Input Comment's value
Submitted By = Current User
After saving, you can reset the inputs or show a success message using an alert element.
Create a new page (e.g., admin\_feedback). Add a Repeating Group with Type = Feedback and Data source = Do a search for Feedback. Inside it, place text elements showing the comment, rating, user’s name, and created date.
Open the Data → Privacy tab. Add a rule for Feedback so only logged‑in admins can search or view all entries.
Inside the same Submit workflow, after creating the Feedback, add an action: Email → Send email. Set “To” as your admin email and include Comment and Rating in the body.
Learn how to seamlessly integrate Bubble.io with Git through our comprehensive step-by-step guide. Perfect for beginners and professionals.
Learn how to seamlessly integrate Bubble.io with Reddit Ads using our easy step-by-step guide. Boost your ad management today!
Explore our step-by-step guide on integrating Bubble.io with AWS S3, making your app development process more efficient and secure.
Follow our step-by-step guide to seamlessly integrate Bubble.io with Lucidchart, enhancing your workflow & productivity.
Learn how to seamlessly integrate Bubble.io and Kentico with our comprehensive, easy to follow step-by-step guide.
Discover easy-to-follow steps for integrating Bubble.io with Box. Boost your workflow and secure your files seamlessly today.
Fix broken workflows | Optimize logic | Boost performance | Scale with confidence