Select to view content in your preferred language

Changing the survey once it has been sent

405
2
06-07-2023 08:06 AM
jasondebbo
New Contributor

Once the survey has been submitted, I would like only one question to display after a user reopens it, so they will not be able to alter some answers. Is there an accessible "sent" variable which I can use in an IF statement

->

If( sent == TRUE){ Question 2 becomes hidden}

 

I have not been able to find anything on this so please let me know if you can help. Thanks!

0 Kudos
2 Replies
Nicole_Ueberschär
Esri Regular Contributor

Do you need the remaining questions (answers) to be editable? Otherwise you can just set the inbox to view only.

What I normally do if I want one question to be editable (e.g. for a follow up or approval) I publish a second version of the form that references the same layer and put only the editable question in it. Or put all answers as notes and then only "approved" and signature for example editable.

I hope that helps.

jasondebbo
New Contributor

Its for construction where the contractor would fill out the form with contact info etc. and then go back into the form when they finish construction and confirm they have finished. So the question would have to be editable.  

I will try your response and get back to you. Thank you for your help!

0 Kudos