Hi,
I am creating a program to store some student statistics. I have the following entities: Student, Teacher, Series, Measure. A serie has a relation with N teachers and a relation with N students. Every teacher has to enter some data for each student in the serie.
In the edit page of the serie I generate a list of all teachers with checkboxes to select them. I do the same for the students. So far so good but the list of students is very long. To make this more user-friendly I have added a select box to allow filtering on the class the student is in. However, I don't know how to get this to work! Is it possible to refresh the edit page after selecting another class? If it is, how can it be done??? Maybe someone can point out a module to me which uses similar functionality?
T.i.a.
Harmen
Comments
I forgot to mention that
I forgot to mention that this is in de form hook where I am trying to implement this. Maybe I should do this somewhere else? Please advise...
Harmen