JerryBarrett
Technical User
Hi Guys
PayPal provide a useful set of instructions on adding and viewing carts. I have all of these working fine except this final form.
I want to use a pull down list to enable the user to select a service, related to that service is a price which I extract as the value of the described item in the list, no problem - that works. But,
what I really want to do is extract the service description which is the label as well as the price, now it seems I cant have two values for a label in a list (I think) so I was going to put the description and the price in the value as a single string maybe seperated by a comma.
How would I get the description and the price seperated from the single value and concatenated to an existing form varibable? either prior to or as the submit button is pressed to use the paypay cart screen?
Your thoughts and ideas would be appreciated
Regards
Jerry
PayPal provide a useful set of instructions on adding and viewing carts. I have all of these working fine except this final form.
I want to use a pull down list to enable the user to select a service, related to that service is a price which I extract as the value of the described item in the list, no problem - that works. But,
what I really want to do is extract the service description which is the label as well as the price, now it seems I cant have two values for a label in a list (I think) so I was going to put the description and the price in the value as a single string maybe seperated by a comma.
How would I get the description and the price seperated from the single value and concatenated to an existing form varibable? either prior to or as the submit button is pressed to use the paypay cart screen?
Your thoughts and ideas would be appreciated
Regards
Jerry