Closed (fixed)
Project:
Conditional Fields
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2009 at 10:13 UTC
Updated:
16 Feb 2012 at 14:20 UTC
I created two dropdown box using cck.. my aim is to filter second dropdown based on first dropdown value. is this possible with this module. or how to get value of controlling field in to the php block
Any help appreciated
Thanks
Comments
Comment #1
apv commentedComment #2
bendev commentedI have the same issue.
I want to hide a controled field in a form if the gender (controlling field) is set to male.
I have created a field gender that I set via PHP allowed values (CCK) to a unique value (male or female)
This step works corretly.
However in the list of values for the controling field, only female appears and not male...
The behaviour is not correct and the field is always displayed although the gender is displayed correctly...
I found a solution by using php default value instead of allowed value...
The only issue left is related to permission on the controlling field
Comment #3
peterpoe commentedClosing old support requests...