Hello,
I am working on a Survey123 form that requires users collecting data, and submitting it all at once when they return to their office due to lack of cellular data. The app works nearly perfectly, except for the 'bearing' question. It pulls up a compass, and the user will point the top of their device towards a field to indicate the bearing of the photo they take. This works if they submit the form immediately, but if they save the form as a draft, and complete it later, they value for bearing is not saved.
The form is set up as follows:
type: decimal, name: bearing, required: yes, label::English: Field Bearing, [other language labels], appearance: bearing
The other option we would have is pulling the EXIF data from the image they take, but the forced portrait perspective on the field app image capture gets complicated when calculating the correct orientation and is not desirable.
Any ideas? Thanks.