Back to Templates
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.
/feedback
): Renders a styled HTML form (stars + message) with configurable text, colors, and button labels./feedback
): Receives form data, saves rating
, message
, and serialized query params to a Data Table.?plan=pro&source=email
).GET /feedback
for the form, POST /feedback
for submissions).