Works fine with single profile.
But if we create two or more profiles each with at least one Hierarchical Select widget and combined those profiles on the user registration form java script will not work (no js Update button visible).
Each profile edit form will work fine if we edit it separately.

CommentFileSizeAuthor
#3 fruits.jpg8.75 KBauv
Untitled-2.jpg50.91 KBjradarsh
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jradarsh’s picture

same issue with single profile with two or more Hierarchical Select fields on user registration form

Wim Leers’s picture

Category: bug » support
Priority: Major » Normal
Status: Active » Postponed (maintainer needs more info)

Steps to reproduce?

auv’s picture

Issue summary: View changes
FileSize
8.75 KB
auv’s picture

Steps to reproduce:

  1. Install Drupal 7.24;
  2. Install Hierarchical select 7.x-3.0-alpha6;
  3. Enable "Hierarchical Select Taxonomy" module;
  4. Create vocabulary "Fruits";
  5. Add three terms (nested): "Fruits" -> "Apple" -> "Gala";
  6. Enable "Fields UI" module;
  7. Create type "Article";
  8. Add field of "Term reference" type; refer it to "Fruits" Vocabulary;
  9. Attempt to create "Article" content item.

Result looks like these:
HS no JS

auv’s picture

Status: Postponed (maintainer needs more info) » Active
RadheyShyam’s picture

Hi All,

I am getting same issue...

RadheyShyam’s picture

Hi All,

Patch provided in https://drupal.org/files/hs_js.patch worked.

If patch not apply successfully, u may apply manually.

Thanks.