Concatenate Select-multiples |
home page std.css |
All this simple JavaScript (JS) plugin does is to accept the value from select-multiples and concatenate them into various PayPal fields depending of the name suffix. The value fields may have price or description modifying information in them.
We start with the output of the PayPal button factory and make a few changes. Then the JS processes the FORM and adjusts the fields. <view source> to see what was done.
1a = 1st option field name area (50 chars). 1b = 1st option field data area (200 chars). 2a = 2nd option field name area (50 chars). 2b = 2nd option field data area (200 chars). .. (Anything else, description area - 127 chars.)
Here is an example of what you may put into the value of an option field of a select-multiple...
<option value="Description +25.00">...</option>
Contact me concerning this article at
paypalhelper@aol.com.
Mention "sel-mult" in your note.
Individual help starting at $25.00 for simple JS solutions.