When I limit the number of submissions a user can make, this prevents the user from resubmitting, even if the answers get cleared.
Example: I set the limit to 1, a user fills in the webform, I clear all results, the user still can't submit the form again.
Is this behavior intended and if yes, is there any way I can limit to the actual count of submissions, ignoring all submissions that where deleted?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | webformissue.jpg | 54.39 KB | Zig |
| #2 | webformissue2.jpg | 13.89 KB | Zig |
| #2 | webformissue3.jpg | 13.3 KB | Zig |
Comments
Comment #1
quicksketchThis only occurs if you have enabled the "cookie" option at admin/settings/webform, since the user's cookie will also prevent them from resubmitting. The list of submissions is the only other place where Webform counts the number of submissions, so it should work other than the cookie problem. Please reopen if this problem persists in the latest version of Webform. I'm closing this issue considering there has been no confirmation or updates to it in months.
Comment #2
Zig commentedHi,
I have the same issue, except that cookies are off.
Webforms 6.x-2.9
I cleared caches etc... what am I missing?