Forma de Contacto

Atencion! Debe ingresar su nombre.
'; } else if(trim($email) == '') { $error = '
Atencion! Ingrese una direccion de correo valida.
'; // Configuration option. // Remove the // tags below to active phone number. //} else if(!is_numeric($phone)) { // $error = '
Attention! Phone number can only contain digits.
'; } else if(!isEmail($email)) { $error = '
Atencion! Ha ingresado una direccion de correo invalida, intente de nuevo.
'; } if(trim($subject) == '') { $error = '
Atencion! Seleccione un tema.
'; } else if(trim($comments) == '') { $error = '
Atencion! Ingrese su mensaje.
'; } else if(trim($verify) == '') { $error = '
Atencion! Ingrese el numero de verificacion.
'; } else if(trim($verify) != '4') { $error = '
Atencion! El numero de vierificacion es incorrecto.
'; } if($error == '') { if(get_magic_quotes_gpc()) { $comments = stripslashes($comments); } // Configuration option. // Enter the email address that you want to emails to be sent to. // Example $address = "joe.doe@yourdomain.com"; $address = "enio.san@gmail.com"; // Configuration option. // i.e. The standard subject will appear as, "You've been contacted by John Doe." // Example, $e_subject = '$name . ' has contacted you via Your Website.'; $e_subject = 'Ha sido contacto por ' . $name . '.'; // Configuration option. // You can change this if you feel that you need to. // Developers, you may wish to add more fields to the form, in which case you must be sure to add them here. $e_body = "Han sido contactados por $name con respecto a $subject, el mensaje a continuacion.\r\n\n"; $e_content = "\"$comments\"\r\n\n"; // Configuration option. // RIf you active phone number, swap the tags of $e-reply below to include phone number. //$e_reply = "You can contact $name via email, $email or via phone $phone"; $e_reply = "Puede contactar a $name via email, $email"; $msg = $e_body . $e_content . $e_reply; mail($address, $e_subject, $msg, "From: $email\r\nReply-To: $email\r\nReturn-Path: $email\r\n"); // Email has sent successfully, echo a success page. echo "
"; echo "

Correo enviado exitosamente.

"; echo "

Gracias $name, su mensaje nos ha sido enviado.

"; echo "
"; } } if(!isset($_POST['contactus']) || $error != '') // Do not edit. { ?>
Para contactarnos, llene el siguiente formulario




* Codigo verificacion



Web Design by First Idea Studio