Some background - I have a case where the user takes too long to complete the webform (this is not a custom form) and when they hit submit the form has timed out because the EngineDataProtectionLockTimeout is set to 15 mins.(more information on what the timeout is here Web form: Timeouts occur after submitting a form)
To resolve the issue my options seem to be
- increase the timeout period OR
- offer an ability for the user to save the current information entered. I assume this is possible if the user clicks the Save as draft button. But then user would navigate away from the screen.
My question is - Is there a way to save as draft without navigating the user from the screen.?