Forum Moderators: buckworks
allowing youth teams and senior teams to enter..
the payment for entry for the youth team is £25 and the senior £35 therefore there are 2 options.
I would like to use a simple 'Buy Now Button' but can't seem to find a way to just select which payment to choose of these 2 options for the 1 competition..
am I missing something? or does anyone have an idea on how best to implement this..
By sending this form that information is forwarded to me and then they are automatically transfered to paypal for payment, I then match up the payment details with the formmail application..
What I was looking for was a buy now button which then would allow you to choose.. I guess this is not possible..
I guess there may be a way that if a certain radio button (for instance) is ticked then the redirect would go to buy now button number 1 or buy now number 2?
I'm not sure how to code this option though?
[edited by: Lobo at 4:42 pm (utc) on June 22, 2007]
If you used this you could just receive the form submission then send them the appropriate email payment request.
mmm there is not a simple If statement that could work this?
It seems as though there should be, since you are collecting some information on one page and then forwarding the customer to a PayPal page. On the same page that the customer is filling out their registration information, you can have them select which option they need (such as Youth or Adult), and then use that selection to control the "amount" variable (and the "item_name" variable, if you wish) that is passed to PayPal in your HTML form post.