"".$_POST['first_name']."", "rp-4-Please enter valid email id" => "".$_POST['email']."", "rp--Please enter your mobile number" => "".$_POST['mobile_number']."", "rp--Please write your message!" => "".$_POST['message'].""), $validation_ans_arr);
if($_POST['verification_code']=="") {
$form_check_alert.="
Verification Word Mismatch ... Please try again with correct verification word.
";
}
if(!strlen($form_check_alert)>0)
{
//mail sent to customer
$to_email=$_POST['email'];
$from_email=$admin_email;
$fromName=$admin_name;
$name=$_POST['first_name'];
$mess="Your Enquiry has been sent successully, we will get back to you very shortly.";
$subject="Enquiry @ ".$website_name;
$msg='Dear '.ucwords($name).',