Active
Project:
Chained selects
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Nov 2011 at 18:56 UTC
Updated:
1 Oct 2012 at 13:28 UTC
Hi I'm doing a selection with 4 levels of hierarchy, as I can use this module to accomplish this. I install the module and Libraries, and also the module selects Chained and libraries but I can not see the widget.
How to inform Drupal that successful this library?
Thanks
Comments
Comment #1
amitaibu> but I can not see the widget.
There's no widget, you need to use custom code.
Comment #2
cmfeliz commentedThanks
Comment #4
arifeboy commentedHi
I still confuse to apply the sample that you give (http://drupal.org/project/chained_selects) to my custom module.
I had activate the library module and the chain select module, but when i try to apply your code to my custom module...and then it's not working.
Please give me the full sample in custom module complete with form that contain the chained select.
Thankyou for your help.
Comment #5
ethnovode commentedHey, got it working with this code :
Comment #6
nclavaud commentedOpening another issue for this documentation problem.
See #1540782: Sample code on project homepage is bugged
Comment #8
eeakpabio commentedHi, I just happened to encounter this same issue of not being able to see any widget. As advices in previous comments above, am not expected to see any widget, but rather, am to use a custom code. I please need the following help;
1. What program do I use in typing this custom-code and what file-name do I give it?
2. What directory/folder do i place this file of custom code?
3. How do I integrate this chained-select-option (custome-code) as one of the components of a form that I have already created?
Many thanks for an anticipated help!
Comment #9
nclavaud commentedThe example code above would work in a custom module, and more specifically in a hook_form() (or hook_form_alter) method.
The module does not provide widgets for entities fields, if this is what you mean by "a form that I have already created". In this case it won't help.