How exactly would you setup the Paypal redirect to match up with a drop down box within the form that has both the description and the price?
Thank you.
Actually I cannot do anything until the person gives me a paypal account to use anyway.
But, I do have one question in the mean time. I have the drop down box with multiple options and prices. The options are different however many of them have the same price. What is the proper way to setup the Drop Down box to work with Paypal to set a price?
Thank you.
Hi aharsha,
It depends on how your forms are built. I would probably add an Custom Code action in the On Submit event to check the selected option and assign a price to it either from a data array or from a db lookup.
You could also include the price in the option value and then use a little PHP to separate out the price from the rest of the value e.g. option2#450, option3#450, option4#200, . . .
Bob