Responsive
Atoms
FormLabel
Default
Molecules
ContactDetails
Default
Organisms
HeaderMinimal
Default
ServicesGroupFinderBlock
With Results No Results

DonationBlock / With PopUp Story

Donation block with an expandable popup story component

Layout
Properties
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
Component Code
@await Html.PartialAsync("~/Components/Organisms/DonationBlock/DonationBlock.cshtml", new DonationBlockProps
{
"ImageHtml": {},
"Description": "Your donation helps fund life-saving research and support for people affected by breast cancer. Read how donations make a real difference.",
"LinkUrl": "#",
"LinkText": "More about donations",
"DonationForm": {
"Heading": "DONATE NOW",
"BackgroundColor": "purple",
"DefaultDonationType": "one-off",
"DonationTypeSupported": "both",
"PricePointsOneOff": [
{
"Value": 10,
"Default": true,
"Copy": null
},
{
"Value": 20,
"Default": false,
"Copy": null
},
{
"Value": 30,
"Default": false,
"Copy": null
}
],
"PricePointsRegular": [
{
"Value": 5,
"Default": false,
"Copy": null
},
{
"Value": 10,
"Default": true,
"Copy": null
},
{
"Value": 15,
"Default": false,
"Copy": null
}
],
"SubmitText": "Donate",
"CustomAmountPlaceholder": "Enter your own amount",
"ShowPricePointDescription": false,
"AmountMessageOneOff": null,
"AmountMessageRegular": null,
"CampaignName": null,
"CampaignId": null,
"Source": null,
"Medium": null,
"UtmSource": null,
"UtmMedium": null,
"UtmCampaign": null,
"UtmContent": null
},
"PopUp": {
"Title": "Emma\u0027s story",
"Content": "Emma shares her experience of living with secondary breast cancer and the support she received. Your donations help fund the research and services that made a difference to her life.",
"AriaLabel": null,
"LinkText": "Read Emma\u0027s full story",
"LinkUrl": "/stories/emma",
"LinkTarget": null,
"IsActive": false
}
})
♿ Accessibility