Closed (cannot reproduce)
Project:
Multistep Nodeform
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
10 May 2012 at 23:38 UTC
Updated:
30 Jul 2012 at 15:11 UTC
I'm using Hierarchical Select to organize tons of terms into a organized 2 part drop down menu. But when i use MSNF I'm getting a popup error saying values could not be retrieved.
Select State (drop down menu with states)
when a sate is selected
Select a City (drop down menu with deeper terms)
I'm not 100% sure, but I think that because multi part node form breaks up the regular form into multiple pages the javascript files needed to retrive the values aren't being loaded.
Comments
Comment #1
mossill commentedI found this on the other muti-step module:
http://drupal.org/node/566682
Comment #2
stborchertHm. I've tested with Hierarchical Select and the latest dev of msnf right now and it works without any problems.
Some screenshots of my configuration: https://skitch.com/stborchert/sets/jnq/issue-1571412
Did you made some special configuration in your installation?
Comment #3
stborchertComment #4
stborchertComment #5
ronaldofs commentedI've got multistep node form working with hierarchical_select and conditional_fields just by adding specific jquery_ui js files (in my case on a custom hook_init):
In my case it worked. Previously, I could only get it working on the first step...
Hope it helps