@await Html.PartialAsync("~/Components/Molecules/FormDonate/FormDonate.cshtml", new FormDonateProps
{
"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": "",
"AmountMessageRegular": "",
"CampaignName": "",
"CampaignId": "",
"Source": "",
"Medium": "",
"UtmSource": "",
"UtmMedium": "",
"UtmCampaign": "",
"UtmContent": ""
})