I'm conducting a survey to collect geographical coordinates for different cotton fields, along with other questions related to each specific field. Before providing this information, users will see a list with their identification code and name, followed by a question about the number of fields they will register. I have used the repeat question feature for cases where each user has up to one field. Since each field is unique,
Can ODK generate unique codes for each field based on the user’s code? For example, if the user code is IML1234, the code for the first field would be IML1234-001.
Note, because this code only accommodates a single '0' or double '00' prefix - that is, only numbers between 0..999 are supported - you might also consider explicitly limiting the number of entries accordingly [not that anybody really wants to swipe thru 1000+ repeat group iterations...]