Hi! I want to create a list of tasks and also a “mark as done” button for each of the tasks. Is there a way to keep the tasks completed the next time the user visit the page?
Here is my public share link: LINK
(how to access public share link)
Hi! I want to create a list of tasks and also a “mark as done” button for each of the tasks. Is there a way to keep the tasks completed the next time the user visit the page?
Here is my public share link: LINK
(how to access public share link)
If the same user means the same computer, then you could use JS and store the data in localStorage.
If you need users to be able to login to different devices and have that information loaded from a server, then I’d use MemberStack.
Hi, thank you for your help!
The resources are limited so I would go for localStorage. I can’t write any JS though, I would really appreciate if you could help further
HI Lia, yes I build custom features like this for clients all the time. I’ll drop you a message with my details.