Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
krileon wrote: This is due to no AND/OR condition support; they're all treated as individual conditions.
Please Log in or Create an account to join the conversation.
If you condition the same field more than once then only the last conditional applied to that field will be relevant. It doesn't matter how you configure it, but if that case happens then that issue too will happen. You need to structure your conditions so a field is being conditioned only once. Typically condition self is the way to do this instead of condition others.I have a multiple select field 1 with various options. Two of them should bring up a new select field for each (fields 2, 3). The issue is, when I select both trigger-options at field 1, only field 3 is appearing.
Is there a way, to set the condition to bring up both fields 2 and 3, when at field 1 all triigered options are chosen?
Please Log in or Create an account to join the conversation.
krileon wrote: So in your case fields 2 and 3 should check field 1 for its value for best results using a condition self. Please also ensure you're using CB Conditional 4.0.5 as there were some known issues with PHP side of conditioning.
Please Log in or Create an account to join the conversation.