Message display fix

This commit is contained in:
Olu Amey
2021-08-12 20:20:32 -04:00
parent 3de5f5c079
commit 4a7f2b3f8c
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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 ;
}
+3 -3
View File
@@ -413,15 +413,15 @@
<div class="row">
<div class="col-lg-7">
<div class="emergrncy_contact">
<h6>.</h6>
<div id="group_result"><h6>.</h6> </div>
</div>
</div>
<div id="group_result">
<div class="col-lg-5">
<div class="form-group text-right">
<button class="theme_btn tp_two" id="group_submit" onclick="return sendMessage();" type="button">Send Message</button>
</div>
</div>
</div>
</div>
</div>