I have a Contour Checkboxlist with the below list items. I have another textfield which will be shown once the checkboxlist item of "Other" is selected.
CheckboxList Name: Areas of Interest CheckboxList Items:
Finance
Tax
Other
In my Textfield, I've Enabled Conditions and had set to Show this field if Any of the following match. I've set "Areas or Interest" "Is" "Other"
Which works fine when I checked on the checkbox of "Other" and the Textfield will be shown.
The issue is, if I check on "Finance" and I then click on the "Other" checkbox.
The Textfield will not be shown.
Am I missing something or is there a bug somewhere?
Conditions bug?
Umbraco Contour version 3.0.17
Umbraco V6.1.6
I have a Contour Checkboxlist with the below list items.
I have another textfield which will be shown once the checkboxlist item of "Other" is selected.
CheckboxList Name: Areas of Interest
CheckboxList Items:
I've set "Areas or Interest" "Is" "Other"
Comment author was deleted
Will try to reproduce and see if it's a bug (but sounds like it)
Comment author was deleted
Do you get any js errors?
Comment author was deleted
Not a bug, but you need to use contains instead of is
Since if you select multiple items (and also Other) the value won't be Other but will contain Other
Comment author was deleted
So not a bug :)
Thanks Tim, it worked. Had wasted a couple of hours on this.
Comment author was deleted
Ok, thanks for confirming
is working on a reply...