I’m making a draft system, where I want to store the data that the user has entered so that it can be used later if they don’t save it or cancel it. For now I’m thinking of saving this data every two minutes, is there any other more efficient way of doing this?
Hi @douglasnqb You can use autobind for this. It saves it automatically.
Won’t that use up a lot of WU?
No, it’s only saved when the user exits the input. Alternatively you could save it on a browser cookie.
this is exactly what auto-binding is for. Just make sure that your privacy settings are set up so that the user editing the post is given permission to auto-bind.