Question
Multiple Select boxes in one form
Does anyone know if it is possible to have multiple select
boxes inside one form? I have six different select boxes that are
generated by six separate queries. The action page for all six
select boxes is the same so I just want one submit button so users
don't get confuse. I don't want to cluster up the page with submit
buttons but I may resort to that option.
My problem is the select boxes generate a number and when that number is submitted I want to pass two other variables with it to the action page. I tried putting a "Form" tag around the 6 select boxes. Inside each select box I tried to add an "Input type="hidden"" and give thte name and values that I needed. That worked for the first select box but when I tried the second select box it used the hidden values for the first select box.
If anyone can help, I would greatly appreciate it. Or if you have any other suggestions I am open to any.
Thanks
My problem is the select boxes generate a number and when that number is submitted I want to pass two other variables with it to the action page. I tried putting a "Form" tag around the 6 select boxes. Inside each select box I tried to add an "Input type="hidden"" and give thte name and values that I needed. That worked for the first select box but when I tried the second select box it used the hidden values for the first select box.
If anyone can help, I would greatly appreciate it. Or if you have any other suggestions I am open to any.
Thanks