Hi I have a site and I have been using wixi for a long time but I was unaware of corvid and database. I’m learning slowly. This forum has helped me a lot. Thank you all. But I have a plan I can’t find the answer to. I wanted to ask you. My content reports events. I put a tick box on my content. When the member clicks on it, he will be green and know that he is involved. When I put the checkbox in, it turns green, but when I refresh the page, it returns to its original state. I want each profile to have its own checkboxes green in their profile. Can you help me?
Hi,
you can either use local storage to save data or submit checkbox selection into a database.
For the long term saving a database would be a better solution. Then you can query it on profile pages to see if the checkbox was checked or not and display it accordingly.