|
if (!$HTTP_POST_VARS){
?>
}else{
//Estoy recibiendo el formulario, compongo el cuerpo
$cuerpo = "Form sent\n";
$cuerpo .= "First name: " . $HTTP_POST_VARS["nombre"] . "\n";
$cuerpo .= "Last name: " . $HTTP_POST_VARS["apellidos"] . "\n";
$cuerpo .= "Email: " . $HTTP_POST_VARS["correo"] . "\n";
$cuerpo .= "Suggestions / Contributions: " . $HTTP_POST_VARS["mensaje"] . "\n";
//mando el correo...
mail("sugerencias@patrimonioculturalgitano.org","Suggestions / Contributions",$cuerpo);
//doy las gracias por el envÃo
echo "Please fill out the form. It was sent correctly.";
}
?>
|
| All rights reserved. Corporative images and trademarks belong to their corresponding owners. |
|