Autosave input box's to database during pause in typing?

前端 未结 3 1616
慢半拍i
慢半拍i 2021-01-30 17:43

I have a large form on my website that I want to be able to autosave to a database as the user is filling it out. Almost identical to how google drive works when typing a docume

3条回答
  •  我在风中等你
    2021-01-30 18:00

    Try Sisyphus.js https://github.com/simsalabim/sisyphus. It persists the form data in the browser's local storage and is robust against tabs closing, browser crashes, etc...

提交回复
热议问题