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!