I created a form type page in interface
I want a field to only display data that comes from another field
example
I have a project table and an apartment table
each apartment corresponds to a single project
(the connection is well created)
logically in the form when we choose the project we must display in the apartment field only the apartments which correspond to this project
THINK YOU