Hi everyone!
I’ve already created and coded together all my dropdowns (I have 5 of them), and set the database.
The problem is that each dropdown filters only the closest one that precedes it, so I can’t create a specific chain of choices.
Is it possible to code that all the dropdowns that follow the first verify that the items follow a specific sequence?
For example: 3 raws in the database:
Shoes Color Number Price
-
A Blue 40 99 -
B Blue 41 50 -
C White 40 29
I want to choose the first raw, but the dropdown I have do this:
A → (A) → Blue → (Blue) → 40 → and so on.
B White 41
C
I don’t want both numbers (infact 41 is not linked to all of the previous choices, infact, it doesn’t exist 41 shoes of A type)!
What I want is that the dropdown recognises, verifies and shows me only the choices linked with only the specific items in the sequence.
A → Blue → 40 → 99 (for example).
Thanks Everybody for the support.