Closed (won't fix)
Project:
Drupal core
Version:
6.12
Component:
forms system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2009 at 07:19 UTC
Updated:
27 May 2013 at 19:35 UTC
My project requirement is to have a dependent select drop down box that will get populated based on another select box selection.
I want to use ajax. Anyone has any update.
Comments
Comment #1
mandarmbhagwat78 commentedHay, I got the solution. Here is the code
samplemodule.info
samplemodule.module
samplemodule.install
content_autocomplete.js
Comment #2
javier.ortiz.llerena commentedHi mandarmbhagwat78,
I have been trying to make work your module example with no success, first of all I get a
funny black row at the top of my screen (over the logo block) once I install this module
and an "Apache HTTP server stop working" message if I try to access the (...)/admin/settings/samplemodule
page.
Could you please let me know where did you find any useful information or give me some
clues about what am I doing wrong? Thank you.
Javi.
PS: I tried that on Firefox, IE and Chrome.
Comment #3
jcisio commentedA hint http://drupal.org/project/hierarchical_select
Comment #4
valthebaldThis does not belong to core