Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hello,Is there a way in PHPRunner 6.1 to create a custom delete button and then use the method :use List page: Before delete eventglobal $dal;//delete recordsif(@$_POST["a"]=="delete")return true;//send emailsif(@$_POST["a"]=="email"){// send the emailto send mails to multiple emails with a custom contentThanks againOlivier
Yes, you can do that using 'Insert button' function. In OnServer tab you can implement PHP code that deletes data and sends the email.