What would you like to know more about?

Widget Configuration

Optional Attributes

  • Hide Cancel Button: Determines whether the option to cancel an active pledge displays. Default is true.
    • Attribute: hidecancelbuttonpledge
    • Valid Value: true (or empty) or false
    • Example:
      ​hidecancelbuttonpledge="true"
  • Cancel Pledge Email Template: Confirmation email sent after a user successfully cancels an active pledge.
    Note: If hidecancelbuttonpledge = false, then you must set this value.
    • Attribute: cancelpledgeemailtemplate
    • Valid Value: Message ID
    • Example:
      cancelpledgeemailtemplate="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-my-pledges hidecancelbuttonpledge="false" cancelpledgeemailtemplate="1200"></mpp-my-pledges>
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.

Configure Your Widget!

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