Accept donation pledges with amount selection and donor information.
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="email" name="email" placeholder="Email" required />
<select name="amount" required>
<option value="">Select amount</option>
<option value="10">$10</option>
<option value="25">$25</option>
<option value="50">$50</option>
<option value="100">$100</option>
<option value="custom">Custom amount</option>
</select>
<textarea name="message" rows="3" placeholder="Leave a message (optional)"></textarea>
<button type="submit">Pledge Donation</button>
</form>A donation form template for nonprofits and charities to collect donor information and pledge amounts. Includes preset donation amounts and a custom amount field.
Set up your form backend in under a minute. No server required, no complex configuration — just a simple endpoint for your forms.