Hello. I have an entity, let's call it 'Event' with two foreign keys, let's call them country and city. After I select a country entity, I'd like the city entity selection popup to be filtered by country. Also, if possible, when adding a new city in the same popup, I'd like country to be preselected. Do you think this is possible?
This is because the user first knows the country and later finds out the city and edits the Event.
I'm sorry if I am asking the same question twice, I am fairly sure I've either asked this before or done this before, but I can't find the code or the answer.
Thanks!
This is because the user first knows the country and later finds out the city and edits the Event.
I'm sorry if I am asking the same question twice, I am fairly sure I've either asked this before or done this before, but I can't find the code or the answer.
Thanks!
Comment