This is a discussion on "altering values in forms - help please!" within the JavaScript Forum section. This forum, and the thread "altering values in forms - help please! are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
altering values in forms - help please!
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
altering values in forms - help please!
Hey all, I'm a bit new to JavaScript so bear with me!
My main Website uses the Paypal buy it now buttons which i have found i can manipulate by using drop down menus. What i Want to do now is capture 2 values from each option (one to alter the despcription one to alter the price) but i'm failing to succeed. This is what I have (edited out the non relevant bits) the code bit
Many thanks in advance for your help!! Last edited by c010depunkk; Nov 13th, 2007 at 05:36. |
|
|
|
|||
|
Re: altering values in forms - help please!
Hi
I think this is a paypal issue, i'm not sure but i think with a standard paypal buy it now button you can only pass the item name and price. there are ways to pass multiple options but it gets complicated(well it was for me). If you look at my site(contains adult material) and go through the process of add to basket and then checking out to paypal you will see that passing options is possible, however I have used php. |
|
|||
|
Re: altering values in forms - help please!
I'm already passing results from up to 3 drop downs and a hideen value to the "item_name"
just want to grab a related price from 1 drop down and pass that over too. Trying to save 40 items on one page, If i can crack this it brings it down to just 4 items! |
|
|||
|
Re: altering values in forms - help please!
SOLVED!!!
with an array like this -
Last edited by c010depunkk; Nov 13th, 2007 at 05:37. Reason: please use [HTML] tags when displaying HTML code |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| New blogger, need help with altering template etc. | munkimatt | Starting Out | 13 | Nov 22nd, 2007 15:30 |
| Rep Altering Power | VanessaJW | Webforumz Cafe | 24 | May 20th, 2007 18:39 |
| Setting Form Values to Previously Entered Values | masonbarge | PHP Forum | 6 | Oct 17th, 2006 17:36 |
| Assign string values to integer values of a session variable | Andy K | Classic ASP | 1 | Jul 13th, 2005 08:29 |