What would you like to know more about?

Show Page Sections

Configuring My Mission Trips

Quick Start

Help people going on mission trips visualize and manage their trips! See the Quick Start Guide for tips on getting the My Mission Trips Widget up and running.

If the shared script hasn't been added to your website, add it to the appropriate webpage, replacing "example-church.com" with the base URL of your church's website.

<script id="MPWidgets" src="https://example-church.com/widgets/dist/MPWidgets.js"></script>

Create a webpage on your website that will display your My Mission Trips Widget or identify the page on your website where it will display.

Add the My Mission Trips Widget to your church website by adding following snippet of code, along with required attributes, in the body of your chosen website page, modifying the required attributes.

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

Widget Configuration

Required Attributes

  • Mission Trip Campaign Type ID: Determines the Campaign Type ID of pledge campaigns that can display in My Mission Trips.
    • Attribute: missiontripcampaigntypeid
    • Valid Value: Pledge Campaign Type ID
    • Example:
      missiontripcampaigntypeid="2"
Note: This widget is only available to users who have authenticated via the Login Widget. New users have the opportunity to create an account through the Login flow. If needed, the page containing this widget could be added as a navigation item in the Login menu, making it available only after authentication. See Login Configuration for information about extending the drop-down menu.

Optional Attributes

  • Show Donors: Determines whether the donors who contributed to a pledge campaign display for each mission trip.
    • Attribute: showdonors
    • Valid Value: 0 (no) or 1 (yes)
    • Example:
      showdonors="1"

Configure Your Widget

Fill out the Widget Configurator below, copy your generated widget code, and paste it into your website.

Customization

All Widgets are customizable, so change the button color and update the labels to match YOUR church!

CSS: Every Widget accepts the Custom CSS attribute. Include it before the opening Widget tag is closed to customize your Widgets.

Application Labels: Call them Service Trips instead of Missions Trips? 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-mission-trips.pageTitle - Page title. Default is "My Mission Trips".

thumb_upYes thumb_downNo