Add the Fund to the Donate Page
To ensure that the fund is available on the Donate page, head to Admin Menu -> My Lists -> Charge Types and click on the fund name on the left.
Then set it to show on the donation dropdown.
Create the Link
You can create a link that will pre-select one of the donation funds on your Donate page (yourdomain//payment.php).
To do that, first run the Charge Types Summary report in Admin Menu -> Reports.
Find the fund that you want to link to, and copy the ID from this column:
Then you can format the URL like this:
Your shul domain + /payment.php?donation_type_id= + Charge Type ID
Example: https://yourshul.shulcloud.com/payment.php?donation_type_id=5231
Auto-Select Indefinite Payments
This would set up a recurring payment with no end date. It would continue to run until someone manually cancels it.
To do this, add &num_payments=-1 to the end of your URL.
As an example, https://yourshul.shulcloud.com/payment.php?donation_type_id=5231&num_payments=-1
Add the link to the site navigation
- create a new page in Admin Menu -> CMS Pages -> Create New
- select Redirect as the page type (either temporary or permanent)
- Add in the URL that you just created as the "redirect to" URL
- Go to admin menu -> Navigation, and select Redirects from the top right
- Drag the new page over to the left
- scroll down and save