How to add search option in ODK build forms to aid searching of large datasets

Hello
Not sure what you want to use the search for. We have implemented a search to filter the choice list in a select_one list from a large csv file. The way we do it is as follows:
Create a text field in the form called srchstr
use this srchstr in the appearance field of the select_one question to filter the list. The attached picture explains it better

1 Like