Paypal donate with various levels of membership

I’m having trouble with
I currently am using the Embedded HTML to create a Paypal button in Wix. There are various predefined levels of membership with donation amounts for each that I created. Everything worked fine until I needed to update one of the membership level’s price. In the custom code in the Embedd HTML widget, the new price is there, but when you select it and it takes you to Paypal the original price is still there. It seems Paypal changed something at their end and now I have to use their Paypal button code? I looked and none of them appear to let me have my custom membership levels/donation amounts. I’m not a Web coder wizard so I’m not sure what to do. Ideas?

Update: I’ve added two pics. One of the ‘new’ paypal button code, which is fairly generic and the next is part of my current button’s HTML code to allow a drop down with levels of predefined donation amounts. I hope I can just add this existing code to the new code and everything will work?

I think this question might be best suited towards PayPal, since they will understand their embed codes best :slight_smile:

That said, you’re likely looking for some part of the URL that the button takes you to that you can update according to the dropdown value that it selected.

For example (and it might not be how PayPal is doing it), the URL could contain a query param (?donationAmount=xyz), where you’d be able to direct the user to the url with the amount in the dropdown.

That said, since this isn’t something Wix specific, it’s best to ask PayPal