I'm trying to use the module to show a text field on the condition that user selects 'Other' option in a taxonomy select list(select list).
It was working when i was trying to do the registration with profile2 module but now I'm using the the user registration form that is in the core of drupal 7. In the browser i see a javascript error:
Uncaught TypeError: Cannot read property 'Dependent' of undefined
(anonymous function) @ conditional_fields.js?noxyqi:11
(anonymous function) @ conditional_fields.js?noxyqi:141

I have also attached a screenshot of dependencies setting. I don't know its going be of any help.

This is my first time posting an issue. Forgive me if I'm missing anything information here.

CommentFileSizeAuthor
setting.png121.97 KBpradhanrak91
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pradhanrak91’s picture

Status: Active » Closed (works as designed)
rvarkonyi’s picture

Hello,

could you please share your solution for future reference?

Thanks

rvarkonyi’s picture

In my situation I had to make sure that "Display on user registration form." was checked against each field I wanted to control conditionally. Makes sense as otherwise those fields aren't added to the form, therefore aren't in the DOM.

Hope it helps someone.