I have the following situation:
I created a form to record the staff of a school and it have a radio button to select whether the person is a teacher, secretary, coordinator, etc.
Okay, then created another form to generate some lists, I use dynamic checkbox and configured it to "pull" all registered employees.
At where
Table - #_content
Where - catid = 10
It worked perfectly, but now I need to target this dynamic checkbox and show only the employees who are teachers
I read somewhere that need to work with two different tables, even made some tests, but I'm a little lost.
Thank you for your help