Forum Moderators: open
I have a simple Drop Down Form/menu Question;
I have four options in my drop down menu, call them:
A
B
C
D
For each option, I need to pass the following information:
A, name, price, etc., etc.,
B, name, price, etc., etc.,
...
How do I format my form/table to make ONE dropdown selection (Say the dropdown selection of A) to pass the values name, price, etc., etc., to the next step?
Thanks for your Help!
To rephrase this another way, I need to have all my attributes sent along with the option/select; I can't seem to get it to send more than one, as the "hidden" input type isn't being recognized.