este es el código del botón enviar.
Código :
on (release) {
if ((nombre=='') or (email=='') or (pais=='')) {
respuesta = "You have obligatory fields without refilling please check the form.";
} else {
loadVariablesNum ("php2excel_csv.php", 0, "POST");
respuesta = "Form sent successfully. We will put in touch with you as soon as possible.";
nombre = "";
email = "";
loc= "";
empre= "";
pais= "";
}
