I created a Form in v2.09c and applied the File-based Database feature. Now when you go to the Admin page where the Form is, ex. www.mysite.com/myform/admin; You get that orange background with the data tables rows/columns etc.. on the right hand side there is a "Delete" button as well as a "Print" button. Is there any way to change the code to disbale that "Delete" button? This is in order to prevent careless errors. THanks =)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I created a Form in v2.09c and applied the File-based Database feature. Now when you go to the Admin page where the Form is, ex. www.mysite.com/myform/admin; You get that orange background with the data tables rows/columns etc.. on the right hand side there is a "Delete" button as well as a "Print" button. Is there any way to change the code to disbale that "Delete" button? This is in order to prevent careless errors. THanks =)
You can rename the delete_rec.php and/or delete_file_rec.php in the admin folder and replace them with blank php files with the same names.