- Issue created by @maggie_s
What is an βapplicationβ as it says in the title? Should that be βsubmissionβ?
- π©πͺGermany macdev_drupal Wiesbaden
We are facing a similar issue. It would be beneficial to have an option to mark a Webform submission as "frozen" once a draft is submitted.
Currently, we provide an anonymous user with a tokenized URL to allow them to return later and continue editing the draft. However, once the form is finally submitted, the submission should no longer be editable, at least by the anonymous user.
The problem is that as long as the token URL remains valid, the submission can still be edited, even after it has been marked as submitted. This creates a situation where users can modify what should be a finalized submission.
Having a way to lock or freeze submissions after they are marked as complete would resolve this issue.
Maybe this could be achieved with a webform handler? Maybe there already is one?
- π©πͺGermany macdev_drupal Wiesbaden
Okay, I tried using an action handler: Lock submission when submitted. This is one of the options provided by Webform.
After pressing the submit button, the submission is successfully locked. However, when the user opens the tokenized URL and re-edits the form, the lock is removed, and the values can be changed.
I believe this might be a bug. Or is it intended behavior that a locked submission can still be edited?
- π¨π¦Canada Liam Morland Ontario, CA π¨π¦
What you are talking about sounds like a reasonable use case. It would be good to support it.