What would you like to know more about?

Widget Configuration

Required Attributes

  • Pledge Campaign ID: Determines the Campaign ID of pledge campaigns that are eligible to display in My Mission Trips.
    • Attribute: pledgecampaignid
    • Valid Value: Pledge Campaign ID (this is the Missions Trip ID)
    • Example:
      pledgecampaignid="2"

Recommended Attributes

  • Applicant Email Template: Confirmation email sent after an individual has successfully submitted an application.
    • Attribute: applicantemailtemplate
    • Valid Value: Message ID or empty for unspecified
      Note: This is a Message page ID, not a Template page ID.
    • Merge Fields and Snippets: Personalize your message with Merge Fields! Want to get really fancy? You can use snippets in your widget messages. Just add the Domain_GUID and Contact_GUID to the Default Field List of the table on which the record is created by the widget.
      1. Open the Domain record and copy the Domain GUID.
      2. Open the Page record and edit the Default Field List.
      3. Add Contact_ID_Table.[Contact_GUID] AS [Contact GUID].
      4. Add '<DOMAIN GUID HERE IN QUOTES>' AS Domain_GUID.
      5. Save the Default Field List.
      6. Ensure your snippet includes both the Domain_GUID and Contact_GUID.
    • Example:
      applicantemailtemplate="1200"

Attributes must be included before the opening widget tag is closed. Attributes may be listed in any order and should be separated by a space or other whitespace. An attribute's value should be wrapped in quotation marks.

<mpp-mission-trip pledgecampaignid="5" applicantemailtemplate="1200"></mpp-mission-trip>

Configure Your Widget

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