- Issue created by @hockey2112
- Status changed to Fixed
almost 2 years ago 12:04am 8 February 2023 - πΊπΈUnited States rymcveigh
Webforms should autosave for anonymous users. The questionable bit would be the optimistic locking. I'm pretty sure that will fail because it is reliant on UIDs. As far as an Email handler, I'm not sure you'll want to get an email every time an input changes (when the autosave is triggered) but you could trigger an email anytime a draft is created. That means that you would get emails for every submission. You would just need to create a new handler that sends the email even if the submission has not been completed.
Automatically closed - issue fixed for 2 weeks with no activity.