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. - Disable changing the donation amount by supporter: 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=monthlyMethod 2: customizing element 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:
- Choose “Customize” for the Default Amount dropdown.
- Set your default amount.
- Uncheck the "Allow supporter to change selected amount" checkbox.
- Save changes.