Hey Guys!
I am after some help with Jquery – I am wanting to create a drop down of “products” and once the product is chosen, the user is redirected to Paypal to pay to that product.
I used to be able to do this with basic JS but can’t seem to find the code I used, basically I had 5 paypal forms and once an option was chosen, it was linked to a specific paypal form and then the redirect happened.
Any ideas how to do this?
Cheers
Googling for your issues before posting would work as well:
http://stackoverflow.com/questions/503093/how-can-i-make-a-redirect-page-in-jquery-javascript
Been googling for ages but can’t seem to get the results I was looking for..
Gareth_Gillman said
Been googling for ages but can’t seem to get the results I was looking for..
I don’t see the difficulty of this issue, simply map your select input to the ‘change’ event using jquery, then redirect to the page you want, simple.
Perhaps I’m missing something ?
