How do I go about adding a delete confirmation for when users want to delete a record? Right now if the delete link is clicked, it will delete the record from the database. I want to prevent a user from inadvertently deleting a record by adding a simple delete confirmation.
Hi payednfull,
you may use some javascript alert box but I didn't do this before to show you some code example, but I believe its easy to do.
Regards
Max
you may use some javascript alert box but I didn't do this before to show you some code example, but I believe its easy to do.
Regards
Max
This topic is locked and no more replies can be posted.