-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Saving of partly submitted form data - coming back later to finish survey #2512
Comments
@binford6000 this is already possible, the already entered data will be saved in Local Storage and you can continue to fill the form later. |
Oh really?! Sorry, didn't find this one... |
It was announced in the changelogs for 3.4.0 :) https://github.com/nextcloud/forms/blob/main/CHANGELOG.md#v340---2023-11-27 |
Thx. But i meant is there anything for the user? A hint telling authenticated users that they can come back later to finish the survey or something like that? And: How about the anonymous users? It would be nice to have a warning to tell them that progress isn't saved. |
It works also for public shares. Progress is always saved in the browser.
Currently there's no documentation other than the changelog. But feel free to open a pull request :)
…Thx. But i meant is there anything for the user? A hint telling authenticated users that they can come back later to finish the survey or something like that? And: How about the anonymous users? It would be nice to have a warning to tell them that progress isn't saved.
--
Reply to this email directly or view it on GitHub:
#2512 (comment)
You are receiving this because you modified the open/close state.
Message ID: ***@***.***>
|
Thx for clarifying! |
Nextcloud (please complete the following information):
Describe the solution you'd like
Especially with big surveys with hundreds of questions it might make sense to save the survey intermediately and allow authenticated users to come back later to finish the survey. Eg. a survey with ~300 questions, it cannot be expected of the users to fill in that survey in one long shift.
The text was updated successfully, but these errors were encountered: