What would you like to know more about?

Show Page Sections

Configuring My Contribution Statements

Set up the My Contribution Statements widget.

Quick Start

Is it statement season? With the My Contribution Statements widget, you can set statements into your donors' hands and let them select paperless statement delivery! See the Quick Start Guide to get started.

If the shared script hasn't been added to your website, add it to the appropriate webpage, replacing "YOUR-BASE-MP-URL" with the base URL with your base MinistryPlatform URL.

<script id="MPWidgets" src="https://YOUR-BASE-MP-URL.com/widgets/dist/MPWidgets.js"></script>

Create or identify a page on your website where you want to display the widget. To add this widget to your church website, add the code you generate in the Widget Configurator widget (with the required attributes) in the body of your chosen website page.

<mpp-my-contribution-statement></mpp-my-contribution-statement>
Tip: While not mandatory, this snippet would typically be placed inside a <div> element with the class "container".

Widget Configuration

This widget does not require any attributes. It's ready to go!

Configure Your Widget

Use the Widget Configurator widget to configure your widget:
  1. Go to your Widgets Library by appending "/widgets" to your system domain. For example, https://example-church.ministryplatform.net/widgets.
  2. Click the Navigate to... drop-down menu, and select Widget Configurator.
  3. Select the widget you want to configure, then customize your widget.
  4. Click Try it Out to see what your widget will look like!
  5. Copy the generated code from the Embed Code box.
  6. Add the code to the designated page on your website.

Platform Configuration

Statements must have PDF attached to display in the widget. PDFs are automatically generated and added using a nightly routine. See Standard Statements Routines & Processes and Standard Statement Generator to learn more. And don't forget to work with a coach to set up your standard statements. Not only will they get you up and running for statement season, they'll turn on the Statement Generator webhook. Two birds, one stone!

Have multiple accounting companies? Be sure to add set the Standard Statement fields for every appropriate accounting company so they all display in the widget.

Customization

Customize the My Contribution Statements widget to change button colors, update labels, and more to match your church brand.

CSS: Every widget accepts the Custom CSS attribute. Include it before the closing of the opening widget tag to customize backgrounds, button colors, and more!

Application Labels: Want to get creative and say "Save a Tree!" instead of "Go Paperless! Get Statements online/via email."? Prefer "My Donations" to "My Contributions"? To make changes, go to System Setup > Application Labels and update the appropriate label(s). Note that you are responsible for all translations if the default is not used.

  • mpp-my-contribution-statement.pageTitle: The page title. The default is "My Contributions".
  • mpp-my-contribution-statement.saveAsPdfButtonText: The save as PDF button text. The default is "Save as PDF".
  • mpp-my-contribution-statement.notAvailableMessage: The message shown when no statements are available. The default is "No Statements currently available".