For some reason when an invalid email address is entered (space at the end of the email) the email address doesn't save and, more importantly, the user never is notified that it is invalid and failed to save. So they go on thinking that it saved only to go back to it the next day or two to find it not there. Is there a way to get it to please give an error message to the end user? Perhaps adding and using a general error message like:
defined in modules/Administration/DisplayWarnings.php. This could then be used by other processes such as custom logic hooks.PHP Code:if(isset($_SESSION['generalError'])){
displayAdminError($_SESSION['generalError']);
unset($_SESSION['generalError']);
}


LinkBack URL
About LinkBacks





Reply With Quote
Bookmarks