Hello,
How to automatically loop questions like name, age, sex based on a number entered earlier — without prompting the enumerator to “Add” or “Cancel” —
Hello,
How to automatically loop questions like name, age, sex based on a number entered earlier — without prompting the enumerator to “Add” or “Cancel” —
Hi @miccivicente and welcome to the community!
You can achieve that by using repeat_count.
This ODK docs link shows you how to achieve that:
I already aplied the repeat count but the default prompt still appears. Here is the screenshot of my xls form:
Hi @miccivicente,
Can you try to write repeat_count instead of repeat count? You need to use underscore “_” instead of space.
It worked! Thanks @hakan_cetinkaya!