Conditional Fields don't work with fields created by Select (or other) module.
Sorry for my bad english.

Comments

peterpoe’s picture

Priority: Critical » Normal
naeluh’s picture

Hi I would also be interested in this functionality.

thanks !

RoxATX’s picture

I need this as well.

Thanks so much!

rv0’s picture

correct me if i'm wrong, but i guess "Select (or other)" functionality can be done with conditional field on its own.
why integrate if you can replace.

naeluh’s picture

I was looking to use select or other just so user could add other items to available options but hide the select or other until a condition was met.

I just didn't want to have a bunch of select or other lists all over the form

ethanw’s picture

rv0, we are also using select or other and there and I think that there one significant advantage over a 2-field conditional approach for us: having the data for a given property in single field instead of split between two. We are synchronizing data across a few other business systems, including 3rd party CRMs, so this makes a difference.

If I'm understanding you correctly, the alternate option would be two create 2 fields: one with a multiple choice widget and the other with a textfield widget, and show the textfield when the multiple choice widget is set to "other". This would achieve the correct behavior in Drupal, but the data model would be a bit off and we'd need to do munging on the synchronization end. That's not the end of the world, but it's the kind of thing I'd want to avoid whenever possible.

sHaDoW_LiGhT’s picture

Issue summary: View changes

Interested as well !

ak55’s picture

This can be done using 'Advanced Edit Context Settings'.

Condition: 'Value'
Values input mode: All these values (AND)
Set of values: select_or_other
Advanced Edit Context Settings
Custom jQuery selector for dependee: #edit-field-*******-select

You don't usually change a machine name of fields so this is pretty stable way to configure.
You can just inspect the select element's ID with browser debugger and then copy&paste the value into the selector field.

Hope this helps!

dimaboychev’s picture

Thanks @ak55, that works. :)

dqd’s picture

Category: Bug report » Support request
Status: Active » Fixed

regarding #8

dqd’s picture

Status: Fixed » Closed (fixed)