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!

GiveWP Migrations New

White Glove Migration Service for GiveWP

Thinking about switching your fundraising platform from GiveWP to Charitable, but don’t want to risk losing your data or handle a complex technical setup yourself? Charitable’s White Glove Migration Service features:

👥 Flawless Donor Mapping: Safely transfer your entire supporter database with zero data loss.

📊 Complete Financial History: Meticulously preserve every historical transaction for continuous, accurate reporting.

🔄 Seamless Recurring Giving: Safely transfer active sustaining subscriptions without disrupting your incoming revenue or requiring your donors to update their information.

💳 Zero Gateway Disruptions: Keep using Stripe, PayPal, or any other GiveWP-compatible processor you already love.

🚀 Expert Technical Setup: Relax while our team handles the heavy lifting to install and configure your forms—plus, qualifying users get a full year of Charitable Pro completely free.

Visit this page to learn more.

author avatar
Eric Daams
automation Improvement

📢 New Feature Alert: Automation Connect 2.0 Is Here! 🚀

Thinking about connecting your fundraising data to tools like Mailchimp, Slack, or Google Sheets, but don’t want to hire a developer or write custom code? Charitalbe’s new automation addon has:

⚡ 17 Event Triggers: Instantly fire webhooks for a donor’s first gift, renewal payments, or reached campaign milestones.

🎯 Smart Conditional Logic: Use powerful AND/OR logic across 11 fields to only send data when it meets your exact criteria, like newsletter opt-ins.

📊 Custom Payload Control: Select from 80+ clean data fields across donor, donation, and campaign metadata so your apps get exactly what they need.

🚀 Pre-Built Platform Templates: Skip the setup from scratch with ready-to-go templates for Zapier, Make.com, n8n, HubSpot, and Slack.

🛡️ Reliable Developer Tools: Power your workflows with signed HMAC-SHA256 payloads, complete WordPress filters, and automatic retry logs.

author avatar
Eric Daams
automation Improvement

🔌 Charitable Meets Zapier: Connect to 7,000+ Apps and Automate Your Fundraising

Tired of manually copying donation data into accounting sheets or tracking down new donor signups? Put your administrative tasks on autopilot. Charitable is now officially on Zapier, giving you a powerful, no-code way to plug your fundraising directly into the rest of your favorite tools.

Every donation, donor signup, and campaign milestone can now trigger an automated workflow seamlessly.

What’s New:

♾️ Connect to 7,000+ Apps: Bridge your Charitable campaigns with everyday software like Google Sheets, QuickBooks, Slack, Mailchimp, HubSpot, Notion, Airtable, and thousands more.

⚡ 12 Powerful Triggers: Build deep workflows using smart automation triggers covering the entire donation lifecycle—including New Donation, New Donor, Subscription Cancelled, and Campaign Goal Reached.

📋 Pre-Built Action Templates: Get started in three minutes or less with our pre-made template combinations, like automatically logging new donations straight into a Google Sheet or firing custom donor welcome emails through Gmail.

🚫 Zero Code Needed: No complex webhooks or custom PHP scripts required. Just pick your trigger, choose your app, map your fields, and let Zapier handle the heavy lifting.

Ready to save hours of admin time? Grab Charitable Pro with the Automation Connect addon today and launch your first Zap!

author avatar
Eric Daams
Improvement Payments

🚀 Introducing PayPal Commerce: One Connection, Six Ways to Donate

Donors expect modern, flexible payment options when they support a cause. If they don’t see their preferred method on your donation form, they often disappear without a word. With PayPal Commerce, we are bringing a completely modernized checkout experience right to your campaigns.

Enjoy a single integration that upgrades your forms, makes giving seamless, and helps you capture every single donation.

What’s New:

🔌 One-Click Connection: Skip messy API keys and developer docs. Simply click “Connect with PayPal,” sign in to your business account, and your modern form is live in under five minutes.

💳 Six Ways to Give: Give your supporters instant access to PayPal balance, Venmo (US), Pay Later financing, major credit/debit cards, Apple Pay (Safari), and Google Pay (Chrome) all from the exact same form.

🔄 Flexible Recurring Giving: Fully supports monthly giving. Choose between the PayPal Subscriptions API (handled automatically on PayPal’s end) or Vault + Cron (handled securely right on your site).

💬 Friendly Error Recovery: No more confusing browser alerts. If a payment is declined, donors see plain-language, inline messages that guide them on how to fix the issue and complete their gift.

Ready for PayPal, modernized? Update to Charitable Pro 1.8.15+ (or Charitable Lite 1.8.11+) and connect your account today!

author avatar
Eric Daams
Campaigns New

⏳ Campaign Countdown: Drive Urgency and Lift Donations

Urgency is one of the most powerful tools in fundraising! Meet Campaign Countdown—a live, real-time timer built to turn procrastination into immediate generosity.

campaign_countdown_animation

What’s New:

⏱️ Live, Real-Time Urgency: Beautifully track days, hours, minutes, and seconds down to your campaign’s deadline w/ live-updating visual countdowns.

🎨 Tailored to Your Look: Choose between Boxed bordered tiles or a clean, single-line Inline display. Match your theme instantly with font and deep color controls.

🛠️ Place it Anywhere: Drop the countdown anywhere you like using the Campaign Builder field, a dedicated Gutenberg block, or a simple shortcode.

🚨 Smart Expiry Actions: Total control over the end state—choose to automatically replace the timer with a custom message, freeze it at zero, and more.

author avatar
Eric Daams