Charitable Blog

Everything you need to know about Charitable and our team.

Graphic showing various ways the donation form can be customized.

Customize Your WordPress Donation Form — Without Code

Last updated on

  • By

When I started chatting to nonprofits about their online fundraising system, many mentioned the same problem: the fundraising platform they used did not give them enough control.

Too often, they were set up as a one-size-fits-all solution.

As we began developing Charitable, we knew that we wanted to give users a way to tailor it to their needs. A year and a half on, we have seen that decision validated again and again.

In this post, I’ll show you six easy ways you can customize the donation form that is added by Charitable — all without writing any code.

Charitable is the top-rated WordPress donation plugin. Best of all, you can get it for free! Click here to start now.

6 Code-Free Ways to Tweak Your WordPress Donation Form

1. Only show required fields

By default, the donation form includes a few required fields for the donor’s name and email address, and a bunch of non-required fields for the address. Did you know you can completely remove those non-required fields from the donation form? Here’s how.

  1. Open the WordPress Customizer by clicking the paintbrush icon in the admin bar or by going to Appearance Customize in the WordPress dashboard.
  2. Click on the Charitable tab.
  3. Next, click on Donation Form. If you don’t see this listed, try navigating to a Charitable donation form in the preview window.
  4. Set the “Only show required fields” option to “Yes”.

2. Change any field’s label

Sometimes, the label used for a particular field in the donation form isn’t right for your needs. Need the “State” field to be a “Province” field? Or want to replace “Postcode / ZIP code” with just one or the other?

You can change this with a little bit of code (I’ll show you how further on), but for now I’d like to show you a sneaky way you can do this without writing any code.

Meet Loco Translate. As the name suggests, it’s a translation plugin; but even if you’re using WordPress as an English speaker, it gives you an easy way to change the default text added by plugins like Charitable. All you need to do is activate the plugin and create a “translation” of Charitable into English. You will be able to easily change any text added by Charitable, without leaving your WordPress dashboard.

3. Allow donors to subscribe to your newsletter

Another easy one. With our Newsletter Connect plugin, you can connect your MailChimp or MailPoet newsletter list to Charitable. Once you have linked your newsletter, donors can opt in to start receiving your newsletter when they make their donation.

4. Allow donors to remain anonymous

This one’s easy. All you need is our Anonymous Donations plugin. Buy it, download it, install it, activate it — you’re done.

Read more about anonymous donations here.

5. Accept credit card donations directly on your website

PayPal is great, but it does result in donors being redirected away from your website — and unfortunately that can lead to donor confusion or even drop-off. Adding a credit card form to your website is a smart way to avoid that problem, while giving you a more professional donation experience.

To start accepting credit card donations, you can use either our Stripe or Authorize.Net extension. You will also need an SSL certificate if you don’t have one already.

6. Allow your donors to pay the donation fee

This is a great way to boost your online fundraising revenue, and it’s easy to get set up.

The Fee Relief extension gives you all the tools you need. Install the plugin, then set up how the fee should be calculated, and your donors will be ready to start pitching in to cover the fees charged by your payment gateway.

Customizing your WordPress donation form, the easy way

With Charitable you can customize your WordPress donation form easily, without writing code, using off-the-shelf tools that are designed to help your non-profit collect donations.

Using WordPress and want to start collecting donations with Charitable for free?

[ninja_form id=’48’]

author avatar
Eric Daams

Disclosure: Our content is reader-supported. This means if you click on some of our links, then we may earn a commission. We only recommend products that we believe will add value to our readers.

22 responses to “Customize Your WordPress Donation Form — Without Code”

  1. Hi there – Are we able to add our own custom fields to the donation form to collect specific information we need outside if the standard details built in?

    1. ericnicolaas Avatar
      ericnicolaas

      Yes, the donation form can be completely customized with code. We have a library of code snippets available at https://github.com/Charitable/library which shows various ways to change the donation form (amongst other things).

  2. Leoleroi Avatar
    Leoleroi

    I am using the free version. Can I remove the checkbox that says monthly donation?

    1. ericnicolaas Avatar
      ericnicolaas

      Hi Leoleroi,

      The monthly donation option is not included in the free core version of Charitable. It’s part of the Recurring Donations extension.

      Cheers,
      Eric

  3. Hi!

    I, too, am using the free version of Charitable, for now, but may be upgrading soon.

    For the free version (Or paid, for that matter): Is there a way to just place a Donation Form on a page, without having to create a “Campaign” for it??

    I have the Campaigns working, and the form pops up in the modal, as I specified, BUT… I would also like a generic Donation Page with a generic Donation Form, so users can just Donate, without having to specify a particular Campaign.

    Is that possible with the Free, or Paid, version of Charitable?

    Thanks!
    Shane

    1. Wes Franklin Avatar
      Wes Franklin

      Hi Shane,
      Charitable always uses campaigns, but you can create a generic campaign with no end date and no goal, and you can bypass the campaign page by adding the donation form to a different page using a shortcode, see: https://www.wpcharitable.com/documentation/add-your-donation-form-to-a-page/

  4. Shehroz Asmat Avatar
    Shehroz Asmat

    Hello, I want to make phone field to be required on donation form but i cannot find it anywhere can you please tell me where i can do this so? I am code guy so you can tell me if i can do it in the code as well ?

    1. ericnicolaas Avatar
      ericnicolaas

      Hi Shehroz,

      You can make the phone field required with just a little bit of code:

      https://github.com/Charitable/library/blob/master/donation-form/make-single-field-required.php#L37

      On that highlighted line, just swap ‘address’ for ‘phone’ and you’re done 🙂

      Cheers,
      Eric

  5. smackqueenyaqueen Avatar
    smackqueenyaqueen

    Hi

    I am using free Charitable.
    Can I add a campaign from my own page instead from wp-admin?

    1. ericnicolaas Avatar
      ericnicolaas

      Hi @smackqueenyaqueen,

      Sorry for missing your comment! With the free Charitable plugin, you can create campaigns in the admin area. If you want people to be able to add campaigns from the front-end, you’ll need our Ambassadors extension:

      https://www.wpcharitable.com/extensions/charitable-ambassadors/

      Cheers,
      Eric

  6. cathryn wade Avatar
    cathryn wade

    is it possible to manually add mailed check donations as an admin without having an e-mail address for the donor? It would be great to have all of the donations in once place for year end statements.

    1. ericnicolaas Avatar
      ericnicolaas

      Hey Cathryn,

      This isn’t possible out of the box, but it requires just a single line of code to add support for creating donations in the admin donation form without an email address:

      https://github.com/Charitable/library/blob/master/admin-donation-form/allow-manual-donations-without-email.php

      See https://www.wpcharitable.com/documentation/3-ways-to-add-code-customizations-to-your-site/ for a guide to adding bits of code like this — it’s easier than you’d imagine!

      Cheers,
      Eric

      p.s. So sorry for missing your comment until now! We just discovered a bunch of comments that were stuck in our approval queue.

  7. Shripad Avatar
    Shripad

    Any user who is not registered in website, the campaign donation page displays in the top
    “Registered before? Log in to use your saved details.”

    Also, after the donation flow completes, final page displays the text on top
    “you must be logged in to access your donation receipt.”

    How to disable these texts and avoid any confusion to users on the registration process

    1. ericnicolaas Avatar
      ericnicolaas

      Hi Shripad,

      Those are great questions! Sorry for not responding sooner. We just came across a number of comments stuck in our approval queue.

      To remove the prompt to log in at the top of the campaign donation page, you can use a little bit of code:

      https://github.com/Charitable/library/blob/master/donation-form/remove-login-form.php

      See https://www.wpcharitable.com/documentation/3-ways-to-add-code-customizations-to-your-site/ for a guide to adding bits of code like this.

      After a donor completes their donation, the donation receipt should automatically show for them. One thing that can affect this however is if your site/server is doing a lot of caching; it may be blocking Charitable’s cookies from working correctly, and without the cookies the user is not able to see their donation receipt until they log in. If the user doesn’t have an account yet, there is a “Register” link at the bottom of the login form so they can create an account straight away.

      That said, if you are having problems with the donation receipt not showing automatically, please reach out to us via our support page so we can help you resolve that problem.

      Cheers,
      Eric

      1. Thank you Eric, this has resolved the Login issue. The code snippet is doing wonders now.

        Now, the next issue is donation receipt is not shown automatically after completing the donation. page shows the message “You must be logged in to access your donation receipt.”, but I don’t want user to create their account. Will you please help

        1. ericnicolaas Avatar
          ericnicolaas

          Hi Shripad,

          Sorry for missing your comment. This is an issue that comes up with certain hosts and is usually related to aggressive caching. If you’re still having problems with this, please get in touch with us through our support page.

          Cheers,
          Eric

  8. Youssef Avatar
    Youssef

    Hi,
    I want to hide donation amount and total donation amount in forms in the frontend, because we use the plugin only to let people join the causes not for donations. I added this filtre :
    function ed_remove_donation_amount_field_from_profile_form( $fields ) {
    unset( $fields[‘donation_amount’] );
    return $fields;
    }
    add_filter( ‘charitable_donation_form_donation_fields’, ‘ed_remove_donation_amount_field_from_profile_form’ );

    But it’s not working.
    Any idea what i can do?
    Thanks,
    Youssef

    1. ericnicolaas Avatar
      ericnicolaas

      Hi Youssef,

      Interesting question! To be honest, Charitable’s not really ideal if you’re not collecting donations. A form plugin like Ninja Forms might be a better way to go.

      If you do definitely want to use Charitable, I think you can use a combination of these two code snippets:

      That should do the trick!

      Cheers,
      Eric

  9. Yusuf Abdul-Alim Avatar
    Yusuf Abdul-Alim

    Hello, is there a way to have guest donations where people do not have to register to give donations?

    1. ericnicolaas Avatar
      ericnicolaas

      Hi Yusuf,

      Yep, that’s available right out of the box when people go to make a donation.

      Cheers,
      Eric

  10. Hi,

    I need to change the words Phone Number to Local Phone

    I tried doing it in Loco Translate, I can see the new words, but Charitable doesn’t see the update.

    Is there another way to do this?

    1. ericnicolaas Avatar
      ericnicolaas

      Hi Gene,

      It should work through Loco Translate. I would suggest double-checking that you don’t have any page caching running on the site that may be resulting in the old text still showing.

      Otherwise, if the only reason you have Loco Translate installed is to change this text, an alternative approach might be to use some code to change this. There’s an example of how to change a field label here (see the second-to-last line):

      https://www.wpcharitable.com/documentation/donation-fields-api/#change-existing-field

      There are a few ways to add code customizations like this to your site:

      https://www.wpcharitable.com/documentation/3-ways-to-add-code-customizations-to-your-site/

      Cheers,
      Eric

Leave a Reply

Your email address will not be published. Required fields are marked *

Get free tips and resources right in your inbox, along with 60,000+ others

Join our Newsletter

We won’t spam you. We only send an email when we think it will genuinely help you. Unsubscribe at any time!

Featured Video:

Watch more videos on our YouTube channel.

What's New In Charitable

View The Latest Updates
🔔 Subscribe to get our latest updates
📧 Subscribe to Emails

Email Subscription

Join our Newsletter

We won’t spam you. We only send an email when we think it will genuinely help you. Unsubscribe at any time!

Improvement Payments

💰 Accept Recurring Donations with Windcave and Charitable

A donor sets their gift up once on Windcave’s secure payment page, and Charitable bills every renewal after that on schedule. Why this is important:

🏦 Organizations banked in New Zealand or Australia: monthly giving on the gateway your bank already set you up with, with no second processor to onboard.
⛪ Churches taking regular tithes and offerings: congregants set their own schedule once, which is the simplest way to launch recurring church giving without a separate platform.
🌏 Groups with donors in several currencies: Windcave handles more than 20, so a supporter can give in the currency they actually hold.
📅 Operating funds rather than one-time campaigns: switch on Recurring Only mode and the one-off option disappears, so every gift to that campaign is a subscription.
🧾 Teams with no developer on staff: 3 sets of credentials pasted into a settings page, and no code anywhere.

Check out our announcement here.

author avatar
Eric Daams
automation update

⚡ Visual Automation Builder: Drag and Drop With No Code!

Charitable Automation Connect 2.3.0 introduces the Visual Automation Builder, a full-screen canvas that lays each automation out as a flow of connected cards: a trigger, optional conditions, and a list of actions that run in order.

🧩 Many actions, one trigger: Tag a donor, send an email, add a note, and fire a webhook from a single event, dragged into any order.

✉️ Act inside Charitable: New Send Email, Tag Donor, and Add Donor Note actions run with no external service required.

🔤 Merge tags: Personalize emails and notes with live fields like {first_name}, {total}, and {campaign_name}.

🔁 Apply to existing donors: Run Tag Donor and Add Donor Note against the donors you already have.

🖥️ Canvas or Simple: Switch views anytime, and automations built before 2.3.0 keep working unchanged.

Read more here.

author avatar
Eric Daams
Integration updated

📬 Introducing Brevo for Charitable: Turn Donors into Subscribers Automatically

The moment a supporter makes a gift is when they are most engaged. With the new Brevo integration for Charitable, you can automatically turn those one-time donors into long-term subscribers without touching a single spreadsheet.

Simply collect donor consent right on your donation form and start your welcome series immediately.

What’s New:

🔄 Automated Subscriber Sync: New donors who opt in are added straight to your Brevo contact list as soon as their payment clears—no manual exports or CSV imports required.

🎯 Granular Consent & Opt-In Control: Customize your checkbox label, choose whether it defaults to checked or unchecked, or turn on Brevo double opt-in to keep your list clean and compliant.

📋 Per-Campaign List Mapping: Route supporters to your global email list or map specific campaigns to targeted Brevo lists to tailor your follow-up messaging.

⚡ 5-Minute Setup: Connect instantly by pasting your Brevo API key into the Newsletter settings, map your contact fields, and start building your email list on autopilot.

Ready to grow your mailing list? Brevo is available now starting on the Charitable Plus plan—connect your account today!

author avatar
Eric Daams
recurring donations updated

💳 Introducing Card Updates: Fix Expired Cards Without Losing Subscriptions!

newExpired or updated credit cards are one of the biggest silent leaks in recurring fundraising. With Card Updates in the Recurring Donations extension, donors can now refresh their payment details directly—keeping their subscription, schedule, and giving history completely intact.

No canceled plans, no lost history, and zero administrative headache for your team.

What’s New:

⚡ 30-Second Self-Service: Donors get a dedicated “Update Card” button in their dashboard that opens Stripe’s secure, PCI-compliant Customer Portal to update card details instantly.

🔒 Scoped & Safe Access: Scoped exclusively to card updates by default, donors can’t accidentally cancel or alter their plans from inside the portal, keeping your webhooks and data in sync.

🤝 Admin-Assisted Support: Helping a donor on the phone? Open their secure Stripe portal in one click from your admin screen or generate a single-use update link to email them.

📋 Automatic Audit Trail: Every payment method update is recorded automatically with a timestamp in both system-wide logs and the individual donor’s profile.

Ready to protect your recurring revenue? Get the Plus or Pro plan and update Recurring Donations to 2.3.0+ and enable “Update Payment Method” under your Settings today!

author avatar
Eric Daams
Integration page builder

Divi Fans Rejoice! Native Divi 5 Campaign Progress Bar Module!

With our new native Divi 5 module, you can anchor your microsites with real-time fundraising stats directly on the visual canvas. Here’s how it works, and why it’s worth turning on today.

Create campaign updates that are VISUAL AND LIVE. You can also:

📊 Campaign Progress Bar: Drop a live progress bar into any Divi 5 layout and show goal progress in real time.

🎨 Deep styling controls: Easily customize the bar and track color, height, and radius to match your brand perfectly.

👁️ Visual Builder ready: Configure and preview everything directly on the Divi canvas as a first-class module.

🔁 Identical rendering: The same exact engine powers this module, meaning consistent design without legacy shims.

✅ Faster launches: Never leave the Divi 5 interface to configure shortcodes or guess how your goal labels will look.

Learn more here.

author avatar
Eric Daams