I'm just creating a submission form that will be auto-populated by a third party. They have a location field which they've said is freetext - but chosen from a list.
Because it's chosen from a list i could use a listbox. However when the list is updated this means I will have to a) know that's happened and b) update my list.
I'd rather match their field descriptions and use it as a freetext field. But when it comes to searching that field I'd like either:
1. To use a predefined list in a drop down
2. The filter to dynamically create a drop down based on the values present initems
Option 2 being cleanest and preferable.
Is this what happens?
Thanks.