Message display fix
This commit is contained in:
@@ -12,7 +12,7 @@ class Contact extends BaseController {
|
||||
}
|
||||
|
||||
public function formMessage(){
|
||||
$returnMsg ="<div class=\"col-lg-5\"><div class=\"form-group text-right\">Message Recieved, wewill get back in touch to follow up</div></div>";
|
||||
$returnMsg ="Message Received, we will get back in touch to follow up"; //<div class=\"col-lg-5\"><div class=\"form-group text-right\"></div></div>";
|
||||
echo $returnMsg ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user