Collect Star Rating Feedback with Self-Contained HTML Forms and Data Tables
Customer Feedback Survey
This n8n template lets you collect lightweight customer feedback through a responsive HTML form with a mandatory 1–5 star rating and an optional message. Submissions are stored in an n8n Data Table (including any query-string context like userId or source) and the user is redirected to a branded “Thank you” page.
How it works
Form page** (/feedback): Renders a styled HTML form (stars + message) with configurable text, colors, and button labels.
POST handler** (/feedback): Receives form data, saves rating, message, and serialized query params to a Data Table.
Confirmation page**: Returns a clean success screen after a valid submission.
No external services**: Runs fully on n8n nodes (Webhook, HTML, Data Table, Set, Respond to Webhook).
Use cases
Capture quick CSAT/NPS-style ratings after support chats or trials.
Embed lightweight feedback on landing pages or in-product prompts.
Attribute feedback to campaigns by passing URL parameters (e.g., ?plan=pro&source=email).
Setup
Import the template and publish the two webhooks (GET /feedback for the form, POST /feedback for submissions).
Open Form Configuration and adjust title, copy, button labels and make sure the POST URL is set correctly.
(Optional) Edit Theme Configuration to match your brand (colors, radius, shadow, max width).
Verify the Data Table mapping or point it to your own table.
Visit the form URL, submit test feedback, and confirm rows appear in the Data Table.
Requirements Works entirely within n8n — no external credentials needed.
Privacy notes
Only the fields you submit are stored.
If you include URL query parameters, they are saved as JSON for attribution or debugging.
Screenshots
Related Templates
Instagram Full Profile Scraper with Apify and Google Sheets
📸 Instagram Full Profile Scraper with Apify and Google Sheets This n8n workflow automates the process of scraping ful...
Technology News Workflow Explanation with Key Services
This workflow contains community nodes that are only compatible with the self-hosted version of n8n. Auto-Publish Techn...
Auto-classify Gmail emails with AI and apply labels for inbox organization
Who is this for? Professionals and individuals who receive high volumes of emails, those who want to automatically organ...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments