I am working on a donation page that basically allows the user to choose what type of donation is being made and the amount being donated. How would I do this using this plugin?
I have tried creating an option field and putting in the various values for type of donation, but leaving the pricing blank - then using a donation field to capture the amount. That doesn't work...
So I added a standard drop-down field with the donation type choices in, then added conditional donation fields that would appear based on the selection. That worked, but it also passed all the label values to PayPal making it impossible (from within PayPal) to determine what the donation was going towards (under Purpose).
Any way to accomplish this and pass only the correct purpose to PayPal?