I am building a hub for my company to use as a job schedule and management system. The main element is a custom built “card” that displays the information for each job from a database. Each card has a “Status” section built in with a Time/Date input field and buttons for each step of the job process.
The issue I keep running into during testing is that these fields revert to their defaults. Therefore, if an employee were to set the updated time and date stamp for right now, it would go back to blank once the page is refreshed. Same for the buttons - if an employee were to set the status for one of the buttons, it would revert back upon refreshing.
How can I make these fields stick so that the Status is always accurate and up to date?