Data with GPS <5m accuracy should only be allowed to be submitted to the server

I would like to collect the GPS location data with a minimum accuracy limit. The GPS field can not skip if the accuracy limit does not meet. how do I develop the .xlsx form considering this issue?

@mdmizanurrahman, you could configure your XLSForm as outlined in the post discussed previously:

Thanks for your response. I have deployed and tested as per your advice but it can skip when the accuracy level is more than 5. I want to fix it cannot be skipped when the accuracy level will be >5 meters.

@mdmizanurrahman, did you try submitting such cases to the server?

The result is :

@mdmizanurrahman, did the geopoint question have a mandatory response to TRUE/on?

Yes, Geopoint is a mandatory field.
image

@mdmizanurrahman, try this approach as outlined in the image below, and it should solve your issue:

In the survey tab of your XLSForm:

image

Reference XLSForm:

Accuracy.xls (31 KB)

Thanks a lot, @Kal_Lam. Now it working well.

1 Like