Net Promoter Score survey — "How likely are you to recommend us?"
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 likely are you to recommend us? (0-10)</label>
<input type="number" name="score" min="0" max="10" required />
<textarea name="reason" rows="3" placeholder="Why did you give this score?"></textarea>
<input type="hidden" name="email" value="" />
<button type="submit">Submit</button>
</form>A Net Promoter Score (NPS) survey that asks the classic "How likely are you to recommend us?" question on a 0-10 scale with an optional follow-up. Track customer loyalty and identify promoters and detractors.
Set up your form backend in under a minute. No server required, no complex configuration — just a simple endpoint for your forms.