Servicios


Contacto


Ver Moio Imagen y Comunicación en un mapa más grande

¡Atención! Debe introducir su nombre
'; } else if(trim($email) == '') { $error = '
¡Atención! Debe introducir una dirección de correo valida.
'; // Configuration option. // Remove the // tags below to active phone number. } else if(!is_numeric($phone)) { $error = '
Atención! El número de teléfono no es correcto.
'; } else if(!isEmail($email)) { $error = '
¡Atención! Ha introducio un mail incorrecto, intentelo de nuevo.
'; } if(trim($subject) == '') { $error = '
¡Atención! Por favor introduzca una categoría.
'; } else if(trim($comments) == '') { $error = '
¡Atención! Por favor deje un comentario.
'; } else if(trim($verify) == '') { $error = '
¡Atención! Por favor introduzca el código de verificación.
'; } else if(trim($verify) != '4') { $error = '
¡Atención! El número de verificación no es correcto
'; } 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 = "moio@moio.org"; // 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 = 'Usted ha sido contactado 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 = "Ha contactado con usted $name sobre el tema $subject, su mensaje es el siguiente.\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 = "Puede contactar con $name via email, $email o a través del teléfono $phone"; $e_reply = "Puede contactar con $name via email, $email"; $msg = $e_body . $e_content . $e_reply; mail($address, $e_subject, $msg, "De: $email\r\nResponder a: $email\r\nResponda: $email\r\n"); // Email has sent successfully, echo a success page. echo "
"; echo "

El email se ha enviado correctamente

"; echo "

Gracias $name, su mensaje será respondido lo antes posible.

"; echo "
"; } } if(!isset($_POST['contactus']) || $error != '') // Do not edit. { ?>
Para contactar con nosotros por favor complete el siguiente formulario





* ¿Eres humano?




 

Loading...