Setting a Fixed Donation Amount
There are two ways to display a single donation amount: through URL API parameters or by modifying element settings. Disabling suggested amounts is not possible with campaign-level settings.
Method 1: Using URL API Parameters
Here's how you can set a fixed donation amount using URL API parameters:
- Set the Donation Amount: Add the 'amount' parameter to your URL with the desired value in USD. For example,
&amount=100
. - Make the Amount Non-Editable: Include the 'modifyAmount' parameter set to 'no':
&modifyAmount=no
. This removes the suggested amounts, making the donation amount fixed. - Specify the Donation Frequency (If Applicable): If you have two frequencies active, the amount will apply to the default frequency. You can force a non-default frequency with the 'recurring' parameter. For example,
&recurring=monthly
.
Example URL:
1https://ropsi.org/?form=DonateNow&amount=100&modifyAmount=no&recurring=monthly
Method 2: Customizing Elements Settings
A simpler approach to display a single donation amount is by customizing the settings of the following Elements:
- Buttons: Donate Button, Sticky Button, Image Card, Button Group, Fundraisers Button
- Forms: Simple Form, Impact Slider, Donation Levels
- Links: Donate Link, QR Code, Fundraisers Link
- Overlays: Message Bar, Popup
Here are the steps to follow:
- Set the Default Amount in the Element.
- Uncheck the "Allow supporter to change selected amount" option.
- Save the Element.