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"
Will try to reproduce and see if it's a bug (but sounds like it)
Do you get any js errors?
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
So not a bug :)
Thanks Tim, it worked. Had wasted a couple of hours on this.
Ok, thanks for confirming
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.