Collect a star rating and free-form comments from your users.
Copy-paste ready code. Replace YOUR_FORM_HASH with your FormsList endpoint hash.
<form action="https://formslist.com/f/YOUR_FORM_HASH" method="POST">
<select name="rating" required>
<option value="">Select rating</option>
<option value="5">Excellent</option>
<option value="4">Good</option>
<option value="3">Average</option>
<option value="2">Poor</option>
<option value="1">Terrible</option>
</select>
<textarea name="liked" rows="3" placeholder="What did you like?"></textarea>
<textarea name="improve" rows="3" placeholder="What could be improved?"></textarea>
<button type="submit">Submit Feedback</button>
</form>Gather valuable user feedback with this template that includes a rating selector and open-ended comment fields. Perfect for SaaS products, e-commerce stores, and service businesses looking to improve their offerings based on customer input.
Set up your form backend in under a minute. No server required, no complex configuration — just a simple endpoint for your forms.