I have a form and a custom PayPal button, but how do I pass the value/price variable to PayPal?
Although an old post, it came across me when searching. And there is nowhere on the first pages that answers the question! Reading for about 10 hours, I managed to make a working example. But remember that paypal is constantly changing, so at some point this solution will not work anymore.
First things first. You cannot ever have a variable price value for an item. So, the first workaround is to send a request as if the item is a total in your cart! Yep, smart move :)
You may want to change the value of business
to yours. But I don't really care :)