Hi everyone,
I’m building a job vacancy system and struggling to set up cascading dropdown filters on a form. I’ve searched the docs but can’t find where to configure this.
My Setup:
I have 3 tables:
-
Vacancies_DB (main table with the form)
-
County List - Fields: JMC (text), County (text)
-
Schools - Fields: JMC (text), School (text), Region (text)
What I Need:
On my Vacancies form:
-
First dropdown: Shows all unique JMC values from County List
-
Second dropdown: Shows only Counties where the JMC matches the first dropdown selection
-
Same logic for Region → School
The Problem:
I’ve added connection fields from Vacancies_DB to both tables, but when I add them to the form, I see:
-
All 50+ JMC entries (with duplicates), not just the 8 unique values
-
No option to filter the second dropdown based on the first selection
What I’ve Tried:
-
Editing the connection field in the data table (no filter options visible)
-
Looking for “Connection Filters” or “Display Rules” in form field settings
-
Checking Table Rules (but those seem to be for automations, not form filtering)
Question:
Where in Tadabase do I configure cascading/dependent dropdown filters? Is this at the table level, form level, or somewhere else?
Thanks for any help!