I’m trying to implement an hourly timer feature using a timer plugin on bubble , I’m having a hard time saving the chronometer time to the database… The way it works is that when i start the timer it works fine, but whenever i reload the page, the timer also reloads… i need to be able to save the timer to the database , so that the time count will continue from where it stopped. Any help regarding this