Hi,

I have a content type with the following:

Dependant Text Field (long text) who's Dependee is a Select List (text).

The Select List basically allows you to activate the text field (Text Field is Visible when Select List has value...)..

When I add a node and some text, the text itself does not save the data (empty). When I remove any dependency settings for these fields, it works fine.

I looked at the issue queue and found two similar threads..

https://drupal.org/node/1288522
https://drupal.org/node/1368368

Sounds like a patch was committed, but I am running latest --dev for Drupal 7, but still running into this issue?

Any ideas? This module is a life saver.

Right now my workaround is not to use any conditions for the text field, in my case the field is "notes" for a files content type, but it would be nice to be able to hide the text field until the user specifically selects they want to add notes to the file. It makes the UI while adding nodes more manageable being able to hide the field until requested to become visible.