I have a form that are people that attend my class, for each person I have a first name and a last name field. On a seperate form I have a Class, each class I teach has a specific record. I am trying to create a roster for my classes. I have built a form for this and have a subform for adding the students. I would like to pick the last name first for a pick list, then have the options for first name filtered to show only records with that last name.
I can get the last name populating correctly but regardless of what I pick - the first name list never populates. I have taggged the lat name field as Last_Name and have a subfilter setup for the first name with
Last_Name="input.Last_Name".
I am somewhat new to Zoho so please have some patience if this is a stupid question.