I have a use case where I have staff that needs to log a specific time that a safety check was conducted 4 times per hour. I would like to create a collection that has empty fields for the :00, :15, :30 and :45 minute mark on each hour along with a button that will autofill each field with the current time when the button is pushed. Then when they add a new row to the collection it will set the previous collection to read only so you cannot and go back to change the time once it has been inputted to the field.
Is there a way to accomplish this with javascript or another way?