Hi to all, I am not sure, because I'm not a developer, but I think that there is a bug in Events behaviour in CF7.
I have a form, currently under development, with 2 groups of checkboxes. The second group is hidden at page loading, and become visible when a checkbox is checked in the first group; everything is managed with an event, working fine.
Under these 2 groups of checkboxes, I have a multifield; I should like to disable fields included (3 dropdowns) depending of specific combinations of values in the 2 above mentioned groups. For example, value "A" in the first group, AND value "X" or "Y" or "Z" in the second group.
Well, if I set "if ANY match" (meaning logical OR), the multifields area becomes disabled, and everything works as desired; but I need to set "if ALL match" (logical AND), and it doesn't work.
I tried IN and Equals as conditions, but no success: is this a bug? Or am I doing something wrong?
Thanks
Alessandro
I have a form, currently under development, with 2 groups of checkboxes. The second group is hidden at page loading, and become visible when a checkbox is checked in the first group; everything is managed with an event, working fine.
Under these 2 groups of checkboxes, I have a multifield; I should like to disable fields included (3 dropdowns) depending of specific combinations of values in the 2 above mentioned groups. For example, value "A" in the first group, AND value "X" or "Y" or "Z" in the second group.
Well, if I set "if ANY match" (meaning logical OR), the multifields area becomes disabled, and everything works as desired; but I need to set "if ALL match" (logical AND), and it doesn't work.
I tried IN and Equals as conditions, but no success: is this a bug? Or am I doing something wrong?
Thanks
Alessandro
You need to login to be able to post a reply.