I am currently using two surveys tied to the same feature service. Field users submit the first survey and the second reviews and updates information from the first survey. The work just fine. I recently implemented a new workflow linking to a CSV to create an incident number in the first survey. I would like the second survey only to show the submission chosen in the first. My question is two parts:
1) Do I need to link the CSV to the survey used to review the first?
2) Do I need to have a select one from the file question in the second survey, or can it be a read-only text field?
Solved! Go to Solution.
Hello @Bryan_Wade,
You can set the question to be a read-only text question in the second survey, with that you also won't need to link the CSV to the second survey.
Hello @Bryan_Wade,
You can set the question to be a read-only text question in the second survey, with that you also won't need to link the CSV to the second survey.
@ZacharySutherbyis correct. I thought I would just show this though since this seems very counter intuitive (at least to me).
Survey #1 has a list (select_one in this case):
Survey #2 is linked to the same Feature Service as Survey #1, and also has the inbox enabled allowing the user to see all submissions from Survey #1.
Within Survey #2, I turned the select_one into a text field, and then made it ready only. When viewing the submissions from Survey #1, this is the result:
Form #1
Form #2