I have CCK 6.x-2.2 and conditional Fields 6.x-1.x-dev installed but am unable to see the Conditional Fields settings when editting a field. The "Conditional Fields" tab does show when reviewing all fields - but nothing appears when configuring a field. I have setup the permissions for administrator and have read the other posts... but there is nothing appearing under the Help text or anywhere else in the field.

And advice is greatly appreciated!

Thx,
Jeff

Comments

jeffreychulick’s picture

Ok - just learned (by reading) that this isnt supported by Drupal 6 yet. I did update all conditional_fields files with the latest (head) in the CVS and am still having the same problem.

Is there anything I can do to get this working with D6?

Thanks!
Jeff

rconstantine’s picture

The settings you are looking for are on the 'Basic Settings' part of the field settings. However, I'm not sure it works even when that is set.

peterpoe’s picture

The "Conditional fields settings" options should appear under the field editing form under the "Help" and "Default value" options. Make sure that there actually are fields in the content type that are eligible to become controlling fields (refer to readme.txt for details), or else the "Conditional fields settings" options will not appear.

jeffreychulick’s picture

Status: Active » Closed (fixed)

Updated once again the the head and ensured a filed that could be made conditional was in the content type. The conditional functionality was made apparent and is properly hiding groups and fields on Drupal 6.

damonlevine’s picture

Version: 6.x-1.x-dev » 6.x-1.0-beta2
Status: Closed (fixed) » Active

Hello,

I've installed and set permissions for the Conditional Fields module. However, I don't see any user interface for this module in my Webform edit mode.

When I edit the Webform content type, I see the Conditional Fields tab which allows me to set certain functions on the module. But I just don't see any sign that my webform is using Conditional Fields when I edit my webform.

Can anyone help?

Thanks,
Damon

peterpoe’s picture

Read the documentazion for usage: http://drupal.org/node/475488.
If you still have problems, report detailed information about your content type and field definitions, thanks.

damonlevine’s picture

The settings on my Webform Content type admin page are as follows:

Content type: Webform

Manage fields:
Label Name Type Operations

Title Node module form.

Body Node module form.

File attachments Upload module form.

Menu settings Menu module form.

Display fields:
There are no fields configured for this content type. You can add new fields on the Manage fields page.

Am I supposed to create new fields here? I thought conditional fields was supposed to work with the webform?

peterpoe’s picture

Am I supposed to create new fields here?

Yes, CFields for now only works with cck fields, not Drupal core fields like Title, Body, File attachments, Menu settings...

damonlevine’s picture

Thank You.

That information was very helpful and I have been able to create and configure conditional fields in the Content Types administration section.

I have also added conditional fields to my 'Page' content type.

Should I be able to see the controlled and controlling fields when I edit the Page? I do not see them in edit mode.

Damon

peterpoe’s picture

You should always see the controlling field (of course, if other modules like content permissions don't remove it), and the controlled field should appear when you select the right values in the controlling field.

damonlevine’s picture

Peter,

Once again I really appreciate the help you've provided with this module. I now "get" how to implement conditional fields.

One final issue I'm noticing is that when I trigger more than one field from a checkbox select list (i.e. I check off two checkboxes and two triggered fields appear in edit view), only one of the triggered fields shows when I save. I have attached two screen shots that show what is happening.

Is there a setting or snippet of code I can use to have all triggered fields show when I save?

Damon

peterpoe’s picture

Status: Active » Closed (fixed)
hlopes’s picture

Yeah, it should... but it doesn't.

What now?

beautifulmind’s picture

Issue summary: View changes

Hello,
I checked with everything here and issue still persists.
I am using CCK, I have added fields using CCK but I do not have the conditional field setting interface.

Regards.

beautifulmind’s picture

Status: Closed (fixed) » Active
peterpoe’s picture

Status: Active » Closed (outdated)