πŸ’¬ Collect star rating feedback with self-contained HTML forms and data tables

⚑ 303 views Β· πŸ’¬ Support Chatbots

Description

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

Use cases

Setup

  1. Import the template and publish the two webhooks (GET /feedback for the form, POST /feedback for submissions).
  2. Open Form Configuration and adjust title, copy, button labels and make sure the POST URL is set correctly.
  3. (Optional) Edit Theme Configuration to match your brand (colors, radius, shadow, max width).
  4. Verify the Data Table mapping or point it to your own table.
  5. Visit the form URL, submit test feedback, and confirm rows appear in the Data Table.

Requirements

Privacy notes

Screenshots

Screenshot 20251016 164423.pngScreenshot 20251016 164442.pngScreenshot 20251016 164503.png

πŸ”— Nodes Used

Webhook, Data table

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup