I am using the survey widget in a ExB app that grabs a culvert point from a map and fills in the necessary information. From there the user will input other data about the pipe and condition. Finally they will take up to 10 photos. When they use Survey123 standalone they can click the camera icon and it opens the camera, but in ExB when they click the camera button it asks them what they want to use(camera, Camera/camcorder or media picker). My question is, can is there a setting somewhere that will allow it to open the camera without asking each time they click the camera icon? I am using an Android based tablet.
Have you used the highlighted option here while creating the survey form. Use camera only option. Hope this will solve the issue you are facing.
I am using survey123 connect to build my survey, but I wonder if there is a similar setting I am missing in Connect.
Hi @CFECAK ,
Thanks for sharing your question here. Have you tired the method=camera in the body::esri:style column?
Here is what an XLSForm looks like if you want to force users to submit a new photo from the camera:
type | name | label | body::esri:style |
geopoint | location | Location | |
image | image | Photo | method=camera |
Thanks,
Ruth