jdtrat / shinysurveys

Develop and deploy surveys in Shiny/R.
https://shinysurveys.jdtrat.com/
Other
97 stars 26 forks source link

Cookies #76

Open OffByOne37 opened 5 months ago

OffByOne37 commented 5 months ago

Hello,

I'm currently working on a survey using shinysurveys. I adopted it quiet heavily with using own input-types and a new definition of "required" since the "required"-option is only triggered when a user want's to submit the survey, and not when he goes to the next page.

Now I got informed, that the survey should take around 2 hours. The problem is: We cannot risk to loose all the data, is there something like cookies in case the user suddenly looses connection, or the pc shuts down?

Thanks in advance!