Contact
Address
E-Mail : info@icloudsys.com | info.icloudsys@gmail.com
Web : www.icloudsys.com
Mobile : +91 96860 22646
Thank you for your interest in Icloudsys and our services.
Enquiry :
Please complete the fields and submit it again."; } else { $first_name = $_POST['first_name']; $email_from = $_POST['email']; $telephone = $_POST['phone']; $comments = $_POST['comments']; $error_message = ""; $string_exp = "/^[A-Za-z .'-]+$/"; if(!preg_match($string_exp,$first_name)) { $error_message .= 'The Name you entered does not appear to be valid.
'; } $email_exp = '/^[A-Za-z0-9._%-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}$/'; if(!preg_match($email_exp,$email_from)) { $error_message .= '
The Email Address you entered does not appear to be valid.
'; } $ph ="/^[0-9.'-]+$/"; if(!preg_match($ph,$telephone)) { $error_message .= '
The Phone number you entered does not appear to be valid, should be numbers
'; } if(strlen($error_message) > 0) { echo $error_message; } else { $email_message ="
Contact form details | "; $email_message .= "|
---|---|
User Name: ".$first_name." | |
Email: ".$email_from." | |
Mobile number: ".$telephone." | |
Message: ".$comments." |
Thank You for your interest.
One of our representative will be in touch with you shortly. ";
}
}
}
}
?>