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 record ID (dp_Communications.Communication_ID)Note: The cancel pledge email comes from a Message, not a Message Template. Similar names but very different things.
- 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>
Configure Your Widget!
Fill out the Widget Configurator below, copy your generated widget code, and paste it into your website.