One feature of my form is that a visitor can control-click to select more than one value in a select box. I know how to handle single values, but I cannot discern how to properly deal with multiple values coming from one select box. If it influences your reply, I should tell you that during processing I want to add up the prices of the things they select, display a total price...and in the end I will want to write each item they select to a db table. If you can show/tell me how to separate and manipulate each item independently, I can probably figure out the rest...
Thank you in advance for any hints,
Curtis