Is there any way to display an alert in AEM?
I am working on AEM 6.3, Is it possible to show alert message based on the condition from back end process?
if(true){
//show success message
}else{
//show error message
}

I am working on AEM 6.3, Is it possible to show alert message based on the condition from back end process?
if(true){
//show success message
}else{
//show error message
}

Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.