When processing with two options and the corresponding with a parent dropdown menu, I intend to display or hide corresponding subordinate dropdown menus that depend on the selection. If the parent dropdown menu contains two options (Option 1 and Option 2), the corresponding subordinate dropdown menu is displayed correctly, i.e., shown or hidden as appropriate.
Example:
However, if I add an additional variant to the parent dropdown menu, the display of the subordinate dropdown menu no longer works, i.e., all possible options are displayed, regardless of the corresponding event triggers set.
Example:
The correct form would be:
I believe this is an error in the code generation. Could you please check this.
(see also my post "Problem using triggers and listeners," which has remained unanswered to date)
Hi Peter
Please create a simple form demonstrating this issue and attach it here so that I can check it
Thank you Max!
Here is the demo Form.
Hello Max
Was the demo file helpful?
What are your findings: programming errors or handling errors on my part?
Thank you for your feedback.
Peter
Hi Peter
Apologizes for the late reply
The issue here is caused by the fact that all the trigger conditions must be met for it to run:
you need to use different triggers names and then listen for all of them in each Variante field
example:
Value IN variante2 > hide_v1_1
Value IN variante3 > hide_v1_2