
You must fill the name field, please go back and try again
boton_atras(); return; } if(($email == "") || (strlen($email) < 6) || (!strpos($email,"@"))){ ?>Invalid e-mail, please go back and try again
boton_atras(); return; } if($information == ""){ ?>You must fill the information field, please go back and try again
boton_atras(); return; } //componemos el cuerpo $cuerpo = "\nCUSTOMER DEMANDING INFORMATION:\n\n\t"; $cuerpo .= "Subject: ".$subject."\n\t"; $cuerpo .= "Name: ".$name."\n\t"; $cuerpo .= "City: ".$city."\n\t"; $cuerpo .= "State: ".$state."\n\t"; $cuerpo .= "Country: ".$country."\n\t"; $cuerpo .= "Zip code: ".$zipcode."\n\t";; $cuerpo .= "E-mail: ".$email."\n\t"; $cuerpo .= "Telephone: ".$tel."\n\t"; $cuerpo .= "Fax: ".$fax."\n\t"; $cuerpo .= "Information: ".$information; //enviamos el mail y controlamos el posible error if(!mail(correo,asunto,$cuerpo,"From:".from)){ ?>An error has ocurred during the process of sending the form, please go back and try again later
boton_atras(); }else{ ?>El formulario ha sido enviado correctamente, recibirá una respuesta en breve
DOGI International Fabrics, en su empeño de dirigir sus esfuerzos en atender a sus clientes lo mejor posible, abre esta ventana de comunicación para que usted pueda contactar con nosotros o consultar cualquier duda que pueda tener acerca de nuestros productos. Para ello sólo debe cumplimentar el siguiente formulario y en un breve espacio de tiempo nos pondremos en contacto con usted. Muchas gracias por confiar siempre en DOGI International Fabrics, la empresa líder en tejidos elásticos.
} ?>