So I have the following tables:
Teachers (can have many students)
Students (have only have teacher for each student)
I'd like to create a form where if I choose a teacher (or multiple teachers), it shows only their relevant students in a dropdown.
Is this possible?