new instance of a survey after submitting it

247
1
05-27-2020 05:19 AM
CodraFrum1
New Contributor II

Hi,

I am trying to open a new instance of a current survey (created using Survey123 Connect) with a certain value for a field AFTER submitting the (currently, active, survey). I am using something like:

<a href='arcgis-survey123://?itemID=aa809b97afed4126aa07bee048564e44&field:STREET_NAME=${STREET_NAME}'>Continue the same street</a>

 

It works GREAT but within the currently open survey and I need to work AFTER SUBMITting the survey.

(like attaching to the Submit button the above command line)

I saw this option only on the Web version of the Survey123, not the field app, Survey123 Connect!!!

I do appreciate any help since I spend 2 days in searching for a solution,

Codra

Tags (1)
0 Kudos
1 Reply
JamesTedrick
Esri Esteemed Contributor

Hi Codra,

Apologies for the delay in response.  The field app does not have an after-submittal screen; it instead returns the user to the form page where another collection can begin.  One way to save the street name and use it for a template would be for the user to partially fill out a survey with the street name, mark the form as a favorite and save to drafts.  Subsequently, the favorite values could be filled in

0 Kudos