I have 2 forms on a page. I need to take one of the values from a drop down menu on the first form then pass this value to the second form on the same page.
Specifically I have 2 triple Drop Down (DD) menus.
I have
DD1, DD2 and DD3 on one form
and
DD1, DD4 and DD5 on the other form
I was getting too messed up merging them so I broke them into 2 forms. Each is working but I don't want the user to have to select DD1 twice on the same page.
Thanks.
Specifically I have 2 triple Drop Down (DD) menus.
Code:
======DD2 =========DD3
|
DD1 |
|
======DD4 ========DD5
DD1, DD2 and DD3 on one form
and
DD1, DD4 and DD5 on the other form
I was getting too messed up merging them so I broke them into 2 forms. Each is working but I don't want the user to have to select DD1 twice on the same page.
Thanks.
Comment