General

Donation Form Template

Accept donation pledges with amount selection and donor information.

Code Snippets

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>

About this template

A donation form template for nonprofits and charities to collect donor information and pledge amounts. Includes preset donation amounts and a custom amount field.

Form Fields

NameEmailAmountMessage

Use Cases

Nonprofits
Charities
Fundraisers
Church donations

Features

Preset amounts
Custom amount option
Donor messaging
Tax receipt ready

Frequently Asked Questions

Ready to collect form submissions?

Set up your form backend in under a minute. No server required, no complex configuration — just a simple endpoint for your forms.