-
Re: depending auto-complete at web-interfaces
Christian StadlmannMay 23, 2018 8:32 AM (in response to gallien)
Erik Draijer can please somebody from your team answer this
-
Re: depending auto-complete at web-interfaces
hayo.lubbersMay 29, 2018 2:55 AM (in response to gallien)
2 people found this helpfulHello René,
A depending input field, without links is not possible unfortunately.
The city table implementation delivers by default a list of zipcodes with city visible, so the "drop down" / resultlist would contain zipcode and city and can then be selected and populating the desired fields.
If you want to have a 2-step selection, the only way I can think of would be to have a city table, related to a postal code table, where every city table entry has the postal code parent linked (duplicating the cities as often as there are postal codes). In that case, you could select the postal code and in the second input field (also a link), you can reference this first selected postal code record and only see the subset.
Kind regards,
Hayo
-
Re: depending auto-complete at web-interfaces
gallien May 31, 2018 11:27 PM (in response to hayo.lubbers)Thanks, Alexander Justin could help us -- seemed to be tricky, espescially the combination zip/town AND street
-