Select to view content in your preferred language

Is it possible to minimize Survey123 App after data submission

259
2
10-03-2024 03:29 AM
GlennSlade
Occasional Contributor

I am using a combination of Field Maps and Survey123. On a mobile device users find and click on a point in Field Maps and this opens the Survey123 form and fills in some data fields. To improve the user experience I would like the Survey123 App to minimize (not close) after submitting the form, so that the user is back on Field Maps ready to select the next point after submitting data. Is this possible to code in using survey123 connect? Many thanks for the help

0 Kudos
2 Replies
JenniferAcunto
Esri Regular Contributor

If you add the Field Maps callback parameter to the URL that is launching your survey, users will be returned to Field Maps after submitting the survey.

Callback URLs! How do I get this thing to actually work?

- Jen
GlennSlade
Occasional Contributor

Many thanks - knowing the terminology - callback was a gamechanger!

the callback inserted at the end of my expression in the pop up that worked for me was:

&callback=https%3A%2F%2Ffieldmaps.arcgis.app%3F

0 Kudos