Adobe Prepare Form / 3rd Drop Down Menu dependent on selections for BOTH menus 1 and 2.
Hello Everyone,
I have a total of 3 Drop Down Menus and I’m trying to figure out what Javascript to write, and where, to make the 3rd menu’s options dependent on BOTH of the selections of menus 1 and 2.
My lists are more complicated, but if you can tell me what to write for the below example, I think I could figure out the rest.
Drop Down Menu 1 = “Food”
- Always 3 choices: Liquid / Solid / Jello
Drop Down Menu 2 = “Inner-Pkg”
- Always 3 choices: Carton / Bottle / Crate
Drop Down Menu 3 = “Outer-Box”
- 6 total options, but I only want to see options dependent upon the entries under BOTH “Food” and “Inner-Pkg”
- For example
- If “Food” is “Liquid” and “Inner-Pkg” is “Carton”, there are only 2 options I want to see out of 6
- If “Food” is “Liquid” and “Inner-Pkg” is “Bottle”, there are only 4 options I want to see out of 6
- etc...
Each different combination of BOTH menus 1 and 2 would yield different packaging options to choose from in Drop Down Menu 3. Hoping this is an easy one. Thanks in advance for your help!!
