Measure customer satisfaction with a simple rating and follow-up question.
Copy-paste ready code. Replace YOUR_FORM_HASH with your FormsList endpoint hash.
<form action="https://formslist.com/f/YOUR_FORM_HASH" method="POST">
<label>How satisfied were you?</label>
<select name="rating" required>
<option value="">Select</option>
<option value="very_satisfied">Very Satisfied</option>
<option value="satisfied">Satisfied</option>
<option value="neutral">Neutral</option>
<option value="dissatisfied">Dissatisfied</option>
<option value="very_dissatisfied">Very Dissatisfied</option>
</select>
<textarea name="comments" rows="3" placeholder="Tell us more (optional)"></textarea>
<button type="submit">Submit</button>
</form>A CSAT survey form that measures customer satisfaction with a simple rating scale and optional follow-up comment. Send after support interactions, purchases, or service deliveries to track customer happiness.
Set up your form backend in under a minute. No server required, no complex configuration — just a simple endpoint for your forms.