Collect customer testimonials with rating, quote, and permission.
Copy-paste ready code. Replace YOUR_FORM_HASH with your FormsList endpoint hash.
<form action="https://formslist.com/f/YOUR_FORM_HASH" method="POST">
<input type="text" name="name" placeholder="Your name" required />
<input type="text" name="company" placeholder="Company" />
<input type="text" name="role" placeholder="Your role" />
<select name="rating" required>
<option value="">Rating</option>
<option value="5">5 stars</option>
<option value="4">4 stars</option>
<option value="3">3 stars</option>
</select>
<textarea name="testimonial" rows="4" placeholder="Your testimonial..." required></textarea>
<label><input type="checkbox" name="permission" value="yes" required /> I allow this to be used on your website</label>
<button type="submit">Submit Testimonial</button>
</form>A testimonial collection form that captures customer quotes, ratings, and permission to use their feedback in marketing materials. Perfect for building social proof on your website.
Set up your form backend in under a minute. No server required, no complex configuration — just a simple endpoint for your forms.