OK I am still in the learning process I am using a IDE php to build a small project I am trying to learn hand code.... my question is
I want to echo a message here is my code it works great but I have to use the default error even on a success message so all errors or success end up the same color however I wanted to do a echo to show a success message
//REDIRECT USER TO PASSWORD SENT CONFIRMATION PAGE $resetpass->Errors->addError("Request processed successfully. Please check your email.");
$resetpass->email->SetValue(""); } else { $resetpass->Errors->addError("There is no account with that email address."); } }
is there anyway to echo this statement
$resetpass->message->echo("Request processed successfully. Please check your email.");