Charitable Documentation

Learn how to make the most of Charitable with clear, step-by-step instructions.

How to Create a Tribute Campaign in Charitable

Requires: 

  • Charitable Pro 1.8.16+
  • Charitable Tributes 1.0.0+

There are two ways to collect tribute gifts, and they suit different moments.

  1. Run the setup wizard to create a dedicated tribute campaign with its own shareable page. This is the right choice when a family asks for gifts “in lieu of flowers,” or when you want a single page focused on one honoree.
  2. Turn on the tribute option for a campaign you already have. This is the right choice when you want any donor to be able to dedicate their gift on a general donation form, without creating a separate page.

This guide covers both.

Here’s a sample of a Tribute page:

Hero image of a cat with the title'Sarah The Cat' and a red 'Donate in Their Memory' button; below is a 'Photos & Memories' gallery with six cat photos in a grid.

For more on Tributes, see our Charitable Tributes Guide.

Launching a tribute campaign with the wizard

When a family asks for memorial gifts, speed matters. The setup wizard walks you from a starting template to a live, shareable tribute page in well under 2 minutes. From anywhere in the Tributes area, click New Tribute Campaign at the top of the page to open it.

The wizard has five steps, shown as “Step 1 of 5” along the top so you always know how far you are.

Step 1: Pick a template

Templates are pre-built starting points, grouped into categories so you can find the right tone quickly.

  • Memorial – In Loving Memory, In Lieu of Flowers, and a Memorial Anniversary.
  • Celebration – Birthday Tribute, Anniversary Tribute, Wedding Gift, and New Baby.
  • Support – a Recovery or Support Fund.
  • Custom – start from a blank tribute and build it your own way.

The template you pick sets the default tribute type, the wording, and which honoree details the next step asks for. You can change everything later in the block editor.

Step 2: Who is this for?

This step is where you name the honoree and add a few details about them.

  • Honoree name (required) – the person, pet, or cause being honored.
  • Dates – depending on the template, you may be asked for a date of birth and a date of passing. These power the date range on the Honoree Card block and can anchor annual giving.
  • Photo – click to choose an image from your media library.

If the template you picked is a support fund created with the honoree’s knowledge, you will also see a consent checkbox to confirm they agreed to be featured.

Step 3: How should donors share?

Here you decide how donors interact with the page.

Create a Tribute Campaign dialog with pre-selected'Send an eCard' and a grid of visibility options (Anyone, Family Approval, Members Only, Private Link).
  • Enable e-card to the notification recipient – let donors notify a loved one that a gift was made.
  • Enable annual recurring opt-in – let donors turn a one-time gift into an annual tribute. Requires the Recurring Donations addon to actually charge renewals.
  • Privacy level – choose how visible the tribute is: public, family approval required, members only, or private link only.
  • Enable donor messages – let donors leave a personal message on the gift.

Step 4: Where does the money go?

Every tribute campaign needs a destination for the funds.

Modal for creating a tribute campaign with two options: start a new campaign or use an existing one; campaign name preset'In Memory of Billy The Cat' and a goal of $1000 input; Back and Create Tribute Campaign buttons visible.
  • Create a new campaign (fund) – Tributes creates a Charitable campaign behind the scenes and points the tribute page at it. You can give it a name and an optional goal amount.
  • Use an existing campaign – point the tribute at one of your current campaigns from the dropdown, so the gifts roll into a fund you already run.

Step 5: Done

The final step gives you everything you need to go live.

Tribute campaign setup dialog, showing ready message, a URL to copy, a shortcode to copy, publish options (Live Now or Save as Draft), and footer actions (Customize, View Page, Finish).
  • Choose to Publish the page now or Save as Draft to finish it later.
  • Click Customize in editor to open the tribute page in the block editor, where the six tribute blocks are ready to use.
  • Copy the share link to send to the family, or the shortcode to embed the tribute somewhere else on your site.

That is it. Your honoree record and tribute page now exist, and any gift made to the page links to the honoree automatically.

Adding the tribute option to an existing campaign

You do not need a dedicated page to accept tributes. You can turn the tribute option on for any campaign, and donors will see it on that form. Gifts that include a tribute still create and link honoree records, exactly like the wizard-built pages.

  1. Edit the campaign in the Campaign Builder.
  2. Open the Settings area and find the Tributes panel.
  3. Turn on Enable tributes for this campaign and save.

Now, when a donor gives to that campaign, they can choose to dedicate their gift. Nothing changes for donors who just want to give normally; the tribute fields only appear when a donor opts in. For exactly what the donor sees, read The Tribute Donation Experience.

Choosing how the tribute fields appear

In Tributes » Settings » Donation Form you can choose the form pattern that controls where the tribute fields sit on the form:

  • Blocks inline – the tribute option appears in the same section of the form as the donation amount.
  • Blocks step – the tribute option appears on its own step in a multi-step form.

You can also customize the donor context line, the short bit of helper text shown above the tribute fields, so it speaks in your organization’s voice.

Tips

  • Use the wizard for one-honoree pages and the campaign option for “any gift can be a tribute” forms. Many organizations use both.
  • A wizard-built tribute campaign always links its gifts to its honoree, even if the donor does not re-enter the honoree name. The honoree and tribute type are properties of the page, so every gift counts.
  • You can run the wizard as many times as you like. Each run creates one tribute page and one honoree record.

Developer reference

Wizard AJAX endpoints

The wizard is a modal driven by wp_ajax_ endpoints. All require a nonce and the manage_charitable_settings capability.

ActionPurpose
charitable_tributes_wizard_openInitialize a wizard session.
charitable_tributes_wizard_stepRender and handle a single step.
charitable_tributes_wizard_set_campaign_statusToggle the new campaign between publish and draft.
charitable_tributes_wizard_discardDiscard an in-progress wizard session.

Registering a custom template

Templates are filterable, so you can add your own starting points to the picker.

add_filter( 'charitable_tributes_templates', function ( $templates ) {
    $templates['scholarship-fund'] = array(
        'label'        => __( 'Memorial Scholarship', 'your-textdomain' ),
        'category'     => 'memorial',
        'tribute_type' => 'in-memory-of',
    );
    return $templates;
} );

See the Developer Reference for the full template array shape.

Campaign meta

When the tribute option is enabled on a campaign, Tributes stores _campaign_tribute_enabled on the campaign post. Wizard-built fund campaigns also carry _charitable_tributes_managed_fund, which is how a gift to that fund is automatically associated with the campaign’s honoree at completion.

Related

Helpful Links

🤝 Get help when you need it

Connect with Customer Support →  

📑 Find the guide you need

Browse the Documentation Hub →  

⬇️ Download proven strategies, campaign ideas, and expert tools
Get the Fundraising Kit →  

💸 Get Free Fundraising Resources
Head to the Charitable Fundraising Hub

🤔 Got questions about Charitable?
Charitable FAQs

Need help understanding non-profit terms and jargon?
See our Non-Profit Glossary

Still have questions? We’re here to help!

Last Modified:

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!

ambassadors New

👤 Creator Profiles: Put a Face to Every Peer-to-Peer Campaign

Ambassadors 3.3.0 now provies Creator Profiles — giving your supporters a permanent, shareable public home that turns one-time fundraisers into ongoing relationships.

👤 Public Creator Pages: Give every fundraiser an instant, clean landing page at /creator/their-name/ to showcase their custom avatar, bio, and a browsable grid of their campaigns.

📊 Proof of Impact: Boost donor trust by displaying site-wide milestones on the profile—like total funds raised and total donor counts.

💳 Interactive Hover Cards: When donors hover over a creator’s name on a campaign page, a compact card expands with their bio and social handles right at the moment of decision.

📍 Responsible Location Sharing: Allow creators to safely show local supporters where they are based using only city, state, and country details.

🛠️ Self-Serve Customization: Fundraisers can update their own profiles and link up to six social networks directly from the My Campaigns hub, saving you admin time.

Ready to empower your advocates? Update to Ambassadors 3.3.0 and turn on “Enable Public Creator Page” today!

Improvement Payments

📱 Turn Mobile Scrollers Into Donors: Meet Charitable’s Mollie Upgrade

Losing mobile supporters because they hate typing out long card numbers on their phones? Charitable’s updated Mollie integration features:

⚡ One-Tap Wallet Checkout: Enable donors to complete their gifts instantly using Apple Pay or Google Pay with a simple face scan, fingerprint, or tap.

💰 No Extra PCI Burden: Skip complex domain verification and security compliance since all wallet transactions run safely through Mollie’s hosted checkout.

🛠️ Custom Cancel Routing: Keep the experience predictable by automatically sending donors who back out to your cancellation page, or use developer filters to route them to a custom page.

Visit this page to learn more.

ambassadors improved New

Moderation and Directory Screens In Ambassadors 3.0

Ambassadors 3.0 has new features: moderation and directory screens… now easily see those who are earning donations on your peer to peer network – including campaign creators that might need to be verified – all in one place. Generate reports, email ambassadors and campaign creators directly and more.

🚀 See when campaign creators and ambassadors have updated their campaigns, what donors/donation they have brought in and more.

🎉 Manually add ambassadors and campaign creators, and approve them in one-click!

Visit this page to learn more.

New Payments

⚡ Unlock India-Based Donations: Meet Charitable’s Native Razorpay Integration

Trying to collect donations in India? Charitable’s native Razorpay integration features:

⚡ Instant UPI Integration: Accept fast, local donations directly inside your form via apps like PhonePe, Google Pay, Paytm, and BHIM without sending donors away from your site.

📲 Auto-Generated Campaign QRs: Instantly render scannable QR codes encoding a UPI deep link directly on your public campaign pages and sidebars for an effortless “scan-to-give” experience.

💰 Dual Local & Global Reach: Headline your campaigns in INR while seamlessly accepting major international currencies like USD, EUR, GBP, and CAD to maximize global support.

🔁 Seamless Recurring Giving: Fully integrates with the Charitable Recurring addon to manage automatic monthly subscriptions directly through Razorpay without extra code.

↩️ Automatic Two-Way Sync: Keep your books perfectly clean with two-way refund syncing—issue a refund inside WordPress or your Razorpay dashboard and both sides update automatically.

🔒 Webhook-Verified Security: Automatically protect your donation records using HMAC-signed webhook verification to ensure every status update represents real money cleared on the rails.

Visit this page to learn more.

Integration New

🎉 New Built-in PushEngage Integration

Struggling with falling email open rates and rising ad costs just to keep your supporters engaged? Charitable’s built-in PushEngage integration features:

🔔 Zero-Fee Direct Messaging: Deliver crisp, instant pop-up notifications straight to your donors’ desktops and mobile devices.

⏱️ Four Smart Automated Triggers: Automatically send updates for immediate donation thank yous, full-list campaign launches, urgent “ending soon” alerts, and goal milestone celebrations.

📈 Group Momentum Broadcasts: Turn private milestones into public wins by automatically broadcasting alerts to your entire subscriber list the moment a campaign hits 50%, 75%, or 100% of its goal.

📊 Automatic Analytics Tracking: Monitor exactly where your incoming notification traffic is coming from with built-in attribution that requires zero complex configuration.

Visit this page to learn more.