What this form is
This feedback form asks for a rating, a written comment, and optional contact details. It is intentionally short because feedback forms lose quality when they start to feel like surveys.
Use it after a product interaction, on a documentation page, at the end of a beta program, or anywhere you want qualitative notes without asking users to create an account.
When to use it
- You need quick feedback from customers, readers, or beta users.
- You want one required rating and one required free-text answer.
- You want optional contact details for follow-up.
- You need feedback stored with clear field names for review or export.
Fields explained
rating is a select field because the choices are limited and easy to scan. The submitted value stays predictable in your data.
feedback is a required textarea. The rating tells you how the experience felt, but the textarea tells you why.
name and email are optional. Many people give better feedback when they can choose whether to be contacted. When they do provide an email, type="email" and autocomplete="email" make the field easier to complete.
Why it works well with html.contact
html.contact preserves normal submitted fields, so a feedback form can stay flexible. You can review responses in the dashboard, export them, or route them into your own process later without changing the front-end form.