I observed that, controlling field settings works only when editing an existing node.
I have a content type with field B that needs to be controlled by a field A (having multiple values,v1(default),v2,v3). Field B needs to be displayed only if value of Field A is v2.
But when I am creating a new node, field B is displayed irerespective of field A value.
After I create the node and go back in to edit, it works fine such that it displays the field B only if the fieldA value is set to V2.
I haven't seen any existing issue on this. Is that how it's designed or am I missing any setting?
Please suggest.
Thanks
Comments
Comment #1
peterpoe commentedThis might be a javascript error. Check is when creating the node there are problems the fieldsets in the page (like: they remain collapsed). If you are using Firefox, you can open the Error console from the Tools menu, and report here any error.
If you don't see any javascript error, then could you please export your content type and post/link it here so I can test it? Thanks.
Comment #2
peterpoe commentedClosing ancient support requests.