Hi, I am trying to implement a generic procedure for audit trial table. So wherever the pages are, when user press delete, all the values of the forms will
be stored in the audit trial table without naming the field individually. May be loop through all the fields in $deleted_values[], then concatenate them
into 1 string, and insert it to the audit trial table. Would appreciate any advises. Thanks