Page 1 of 1
1 Paypal btn for all Membership levels
Posted:
December 26th, 2010, 8:12 pm
by aaacguest
Hi, I haven't been able to find the exact answer to this question. On my Membership Options page, I want to list 6 Membership levels with 2 different payment options for each (Individual/Organization). I don't want 12 Paypal buttons on this page.. how do I consolidate into 1 Paypal btn? For example, a button on the bottom of the page with a drop-down menu to select the Membership level?
Thanks!
Re: 1 Paypal btn for all Membership levels
Posted:
December 27th, 2010, 7:46 pm
by Cristián Lávaque
I know how to have a drop down for an input value in the form, but not sets of them.
If you don't want a lot of buttons displayed at the same time, you could have them in a div and use CSS to hide the overflow and a scroll bar to go up and down the options.
You could also change the form submission button from an image to a text one where you write the different descriptions of each, and style them using CSS to make them nicer and more compact.
If you want a single form with a drop-down for the different combinations of values, then I guess JavaScript is what you'll need, but I'm not familiar with that.
Re: 1 Paypal btn for all Membership levels
Posted:
December 27th, 2010, 7:59 pm
by aaacguest
Thanks for the response. I'm a novice..really have no idea how to execute any of those options. I think the most ideal would be to have a single button with an input value for guests to specify the amount they are contributing (membership level). How do I do this?