Users visit only 1 village per day. In the form the first 2 fields are of village and date.
List of villages holds around 94 names.
Is there a way to have the form to display those 2 questions alone for only once?
Just checking its possibility.
Users visit only 1 village per day. In the form the first 2 fields are of village and date.
List of villages holds around 94 names.
Is there a way to have the form to display those 2 questions alone for only once?
Just checking its possibility.
@meerakhanna, try using the last-saved
approach. That should solve your issue:
Thank you again Mr @Kal_Lam!!
Another design option might be to have one form per village (and included repeat_group for the related elements, e.g. households).
Thanks for your response @wroos !
Right. But there are more villages that I can’t afford to create individual forms
Sorry, the meaning was: Use/fill the (same) form once per village and have the households included as a repeat group.