Hi,
I would like my survey to ckeck ideally every second if the user is logged-in or not.
I want the users to always be logged-in to be able to answer questions.
I created a username question (named Username) and my group of question will only appear if ${Username} != '' in the body::esri::visible column.
This work great if the user open the survey and is not logged-in.
However, if he logs out once the survey is opened, the Username question still shows his username when he opens it.
So is there a way to tell the Username question to refresh every second?
I have the same request for dateime and time question, I would like it to update to always show the current time.
Thanks a lot!