Two drop-down menus with condition.
Hello. I am asking for help in solving this problem.
There are two drop down menus (DROP and DROP 2) and they already contain a working script in (Format->Custom->Custom Keystroke Script):
| DROP | DROP 2 |
| A | A |
| B | B |
| C | C |
| D | D |
| E | E |
| F | F |
| G | G |
| H | H |
How to make it so that when selecting
- A in the DROP drop-down menu in the DROP 2 drop-down menu, only B, C, D, H are visible
- B in the DROP drop-down menu in the DROP 2 drop-down menu, only B, D, E, G, H are visible
- C in the DROP drop-down menu in the DROP 2 drop-down menu, only A, B, D, E, G, H are visible
Thank you.
P.S. I want to say right away that I do not understand Java Script, I only adapt those scripts that I could find on the Internet. But I did not find anything similar with a popular explanation. Please note that these forms (DROP and DROP 2) already have a script.
