I have created a PayPal donation form with fields and I would like to save info about my donors. Once a person fills in the details and press the donate button he/she will be redirected to Paypal to complete payment details, once that's done they will be redirected to a thank you page on my domain and shown the transaction details and their own.
The problem is that I can't seem to pass paypal the form details, is that even possible? which fields paypal is willing to accept (their docs seems outdated everywhere I check)? what's the best way to solve this problem?
The code is already written, all the re-directions and form is setup well, the problem is that I can't seem to pass the values to paypal.
e.g. I have the input field amount
and when you press the donate button you're redirected to Paypal and have to insert the amount again. Another example is choosing a currency, there is an input field to determine which currency the person wants to pay with, when you arrive at paypal's website it's fixed to USD.
Suggestions?
Thanks