Hello,I want to stop the application and display a value using any of this method : var_dump, printr inside User_CustomValidate event but it is not working.I did :
var_dump(“Hello”);
die();but the application instead of stopping continued it normal flow and didn’t show my message Hello.What can I do to make this happen?