How to remove pre-set amount, on Donations page of website?

OsaEcology
New Community Member

Hello — I am trying to sync up the Donations page of my website (on Square Space), to my PayPal (business) account. However only a pre-set amount of  $25 is available when I try to test the link.

 

Does anyone know how I can change this from my PayPal account?

Login to Me Too
1 REPLY 1

Snow-Cat
Advisor
Advisor

That's because you have an amount of $25.00 coded in your Donate item button code.  See the line of code below:

<input type="hidden" name="amount" value="25.00">

Your item button is also using the command for a Buy Now button (_xclick) instead of the Donation (_donations) command - that's OK if you need to use the option variables for collecting additional data but, it does not look like you're doing that.

 

One suggestion is to go back to your PayPal account, use the online button creator and generate a new Donation item button so the donors can enter any amount.  If you want your donors to choose from specific amounts then the code you need would have to be manually created.

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.