MozillaFoundation / donate-wagtail

[Legacy] - Wagtail based donation stack
Mozilla Public License 2.0
43 stars 22 forks source link

Add "FundraiseUp element ID" field to DonatePage Model #1748

Closed danielfmiranda closed 6 months ago

danielfmiranda commented 1 year ago

Description

Now that we have set up the donate site to use a FundraiseUp form in https://github.com/MozillaFoundation/donate-wagtail/pull/1740, it has been requested that we add a new field to the donation page model, where users can enter the ID of a different FundraiseUp Element if they would like to. If this field is not set, then the template should default to the ID that we added in #1740. This can probably be done with an if statement in the template.

Dev Steps: