This topic is locked

display records from dropdown lists

4/3/2010 12:17:23 AM
PHPRunner General questions
J
joomla author

Hi,
I would like to have 3 dropdown lists (ddl1,ddl2,ddl3) and ddl2 depends on ddl1 and ddl3 depends on ddl2. After the ddl3 selected, then we display the record that matched ddl3.selectedvalue.
Example,

ddl1 lists Regions,

ddl2 lists Classes,

ddl3 lists Students
Upon selecting a value from ddl3, then show a list view that I already created for student table.
thanks ahead.
Joom

Sergey Kornilov admin 4/4/2010

Not sure I understand what page you are talking about page. Where do you want to add this kind of functionality?

J
joomla author 4/5/2010



Not sure I understand what page you are talking about page. Where do you want to add this kind of functionality?


On the list page, I would like to add 3 dropdown list. 1 for regions, 1 for classes and 1 for students. Upon selecting a value from student dropdown, I want it show a list view of all students.
Thanks