Hola a todos...
Tengo un formulario funcioando en php pero le quiero integrar combo box, este debiera dejarme seleccionar una región y luego, dependiendo de la región seleccionada elegir la ciudad..
buscando y buscando di con un combo box muy bueno y sencillo el cual trae los datos desde un xml, pero por mas que pruebo no puedo integrarla a i formulario por lo que les pido su ayuda por favor...
aqui les dejo los codigos del formulario:
<body> <div id="contentForm">
<!-- The contact form starts from here--> <?php $error = ''; // error message $nombre = ''; // nobre del remitente $email = ''; // dirección de correo del remitente $subject = ''; // asunto $message = ''; // el mensaje $spamcheck = ''; // Spam check
if(isset($_POST['send'])) { $nombre = $_POST['nombre']; $email = $_POST['email']; $subject = $_POST['subject']; $message = $_POST['message']; $spamcheck = $_POST['spamcheck'];
if(trim($nombre) == '') { $error = '<div class="errormsg">Please enter your nombre!</div>'; } else if(trim($email) == '') { $error = '<div class="errormsg">Please enter your email address!</div>'; } else if(!isEmail($email)) { $error = '<div class="errormsg">You have enter an invalid e-mail address. Please, try again!</div>'; } if(trim($subject) == '') { $error = '<div class="errormsg">Please enter a subject!</div>'; } else if(trim($message) == '') { $error = '<div class="errormsg">Please enter your message!</div>'; } else if(trim($spamcheck) == '') { $error = '<div class="errormsg">Please enter the number for Spam Check!</div>'; } else if(trim($spamcheck) != '5') { $error = '<div class="errormsg">Spam Check: The number you entered is not correct! 2 + 3 = ???</div>'; } if($error == '') { if(get_magic_quotes_gpc()) { $message = stripslashes($message); }
// the email will be sent here // make sure to change this to be your e-mail $to = "[email protected]";
// the email subject // '[Contact Form] :' will appear automatically in the subject. // You can change it as you want
$subject = ': ' . $subject;
// the mail message (add any additional information if you want) $msg = "De : $nombre \r\n E-Mail : $email \r\n Asunto : $subject \r\n\n" . "Mensaje : \r\n$message" . "E-Mail : $email \r\n E-Mail : $email \r\n E-Mail : $email \r\n";
mail($to, $subject, $msg, "From: $email\r\nReply-To: $email\r\nReturn-Path: $email\r\n"); ?>
<!-- Message sent! (change the text below as you wish)--> <div style="text-align:center;"> <h1>Congratulations!!</h1> <p>Thank you <b><?=$nombre;?></b>, your message is sent!</p> </div> <!--End Message Sent-->
<?php } }
if(!isset($_POST['send']) || $error != '') { ?>
<h1>Formulario para aviso de pagos:</h1> <!--Error Message--> <?=$error;?>
<form method="post" nombre="contFrm" id="contFrm" action="">
<label><span class="required">*</span> Nombre completo:</label> <input name="nombre" type="text" class="box" id="nombre" size="30" value="<?=$nombre;?>" />
<label><span class="required">*</span> E-mail: </label> <input name="email" type="text" class="box" id="email" size="30" value="<?=$email;?>" />
<label><span class="required">*</span> Asunto: </label> <input name="subject" type="text" class="box" id="subject" size="30" value="<?=$subject;?>" />
<label><span class="required">*</span> Mensaje: </label> <textarea name="message" cols="40" rows="3" id="message"><?=$message;?></textarea>
<label><span class="required">*</span> Spam Check: <b>2 + 3=</b></label> <p> <input name="spamcheck" type="text" class="box" id="spamcheck" size="4" value="<?=$spamcheck;?>" /> <br /> <br /> <label><span class="required">*</span> campo1: </label> <input name="campo1" type="text" class="box" id="campo1" size="30" value="<?=$campo1;?>" /> <br /> <label><span class="required">*</span> campo2: </label> <input name="campo2" type="text" class="box" id="campo2" size="30" value="<?=$campo2;?>" /> <br /> <label><span class="required">*</span> campo3: </label> <input name="campo3" type="text" class="box" id="campo3" size="30" value="<?=$campo3;?>" /> <br /> <!-- Submit Button--> <input name="send" type="submit" class="button" id="send" value="" /> </p> </form>
<!-- E-mail verification. Do not edit --> <?php }
function isEmail($email) { return(preg_match("/^[-_.[:alnum:]]+@((([[:alnum:]]|[[:alnum:]][[:alnum:] -]*[[:alnum:]])\.)+(ad|ae|aero|af|ag|ai|al|am|an|ao|aq|ar|arpa|as|at|au|aw| az|ba|bb|bd|be|bf|bg|bh|bi|biz|bj|bm|bn|bo|br|bs|bt|bv|bw|by|bz|ca|cc|cd|cf |cg|ch|ci|ck|cl|cm|cn|co|com|coop|cr|cs|cu|cv|cx|cy|cz|de|dj|dk|dm|do|dz|ec |edu|ee|eg|eh|er|es|et|eu|fi|fj|fk|fm|fo|fr|ga|gb|gd|ge|gf|gh|gi|gl|gm|gn|g ov|gp|gq|gr|gs|gt|gu|gw|gy|hk|hm|hn|hr|ht|hu|id|ie|il|in|info|int|io|iq|ir| is|it|jm|jo|jp|ke|kg|kh|ki|km|kn|kp|kr|kw|ky|kz|la|lb|lc|li|lk|lr|ls|lt|lu| lv|ly|ma|mc|md|mg|mh|mil|mk|ml|mm|mn|mo|mp|mq|mr|ms|mt|mu|museum|mv|mw|mx|m y|mz|na|nobre|nc|ne|net|nf|ng|ni|nl|no|np|nr|nt|nu|nz|om|org|pa|pe|pf|pg|ph |pk|pl|pm|pn|pr|pro|ps|pt|pw|py|qa|re|ro|ru|rw|sa|sb|sc|sd|se|sg|sh|si|sj|s k|sl|sm|sn|so|sr|st|su|sv|sy|sz|tc|td|tf|tg|th|tj|tk|tm|tn|to|tp|tr|tt|tv|t w|tz|ua|ug|uk|um|us|uy|uz|va|vc|ve|vg|vi|vn|vu|wf|ws|ye|yt|yu|za|zm|zw)$|(( [0-9][0-9]?|[0-1][0-9][0-9]|[2][0-4][0-9]|[2][5][0-5])\.){3}([0-9][0-9]?|[0 -1][0-9][0-9]|[2][0-4][0-9]|[2][5][0-5]))$/i" ,$email)); } ?> <!-- END CONTACT FORM --> </div> <!-- /contentForm --> </body></html>
y aqui el del combo box:
<html><head><title>Selector dinámico Ajax provincias y localidades de España</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><script src="js/AjaxCode.js"></script></head><body>Seleccione su provincia:<select name="provinciaList" id="provinciaList" onChange="return provinciaListOnChange()"><option >Seleccione su provincia...</option> <?php$xml = simplexml_load_file('provinciasypoblaciones.xml');$result = $xml->xpath("/lista/provincia/nombre | /lista/provincia/@id");for ($i=0;$i<count($result);$i+=2) {$e=$i+1;$provincia=UTF8_DECODE($result[$e]);echo("<option value='$result[$i]'>$provincia</option>");}?></select>
<br> <br>Seleccione su localidad: <select name="localidadList" id="localidadList" ><option >Seleccione antes una provincia</option> </select> <span id="advice"> </span></body></html>
GRACIAS.