Hi, I’m creating a form to register my farmers. I have a select_one_from_file
for the loc_level4. There are many choice repeats because same loc_level4 names are used in different loc_level3.
Form works fine in the web browser but it keeps showing this on KoBoCollect.
I’ve added ‘allow_choice_duplicates’ since the beginning. I’ve read so many support/community pages. I just don’t know what else to do. Please help me.
Then in my choice_filter column for select_one_from_file I change it from loc_level3filter=${farmer_loc_level3} to contains(loc_level3filter,${farmer_loc_level3}) and keep the instance function to get the label instead of the value the same because there are no more duplicate fields.