
Contacto ventas2@tumaac.com, administrador@tumaac.com
Por favor llene el siguiente formulario y en breve nos pondremos en contacto con usted. |
|
|
$adminemail = "ventas2@tumaac.com "; // Lets make sure the form has been submitted if(isset($_POST['submit'])){ // Gets the users name $name = $_POST['name']; // Gets the users phone $email = $_POST['phone']; // Gets the users email $email = $_POST['email']; // Gets the subject for the email $subject = $_POST['subject']; // Gets the main message for the email $message = trim($_POST['message']); // Lets check if all the form feilds are completed, if not lets tell them to fill it all in... if($name == NULL OR $phone == NULL OR $email == NULL OR $subject == NULL OR $message == NULL){ $finish .="

Contacto ventas2@tumaac.com, administrador@tumaac.com
Por favor llene el siguiente formulario y en breve nos pondremos en contacto con usted. |
|
|