Hi,
I've got the following detail table called 'progress'. It contains 5 fields:
-ID, step 1, step 2, step 3, step 4.In PHPrunner, I set that Id is an Integer and step 1 till 4 are checkboxes.
What I want now is that if a checkbox is checked that the current date will be entered in the database. Reason for this is that you can see in the database when a step has been completed. When a checkbox gets unchecked then the value in the database should be empty.
Is this possible?