PROBLEMAS CON FORMULARIO
Cerrado
solosil
Mensajes enviados
1
Fecha de inscripción
domingo, 3 de mayo de 2009
Estatus
Miembro
Última intervención
domingo, 3 de mayo de 2009
-
3 may 2009 a las 18:13
toyeslomao Mensajes enviados 1 Fecha de inscripción jueves, 25 de agosto de 2011 Estatus Miembro Última intervención jueves, 25 de agosto de 2011 - 25 ago 2011 a las 17:36
toyeslomao Mensajes enviados 1 Fecha de inscripción jueves, 25 de agosto de 2011 Estatus Miembro Última intervención jueves, 25 de agosto de 2011 - 25 ago 2011 a las 17:36
Consulta también:
- PROBLEMAS CON FORMULARIO
- Recuperar cuenta hotmail bloqueada sin formulario - Guide
- Formulario de contacto php con envio a correo electronico - Guide
- Enviar formulario a garena ✓ - Juego: Free Fire
- Formulario para solicitar nueva contraseña del banco de venezuela - Foro mensajerías y chat
- No puedo recuperar mi cuenta de hotmail con el formulario ✓ - Foro Hotmail
2 respuestas
claire1
Mensajes enviados
890
Fecha de inscripción
sábado, 2 de agosto de 2008
Estatus
Miembro
Última intervención
miércoles, 11 de marzo de 2015
15
3 may 2009 a las 19:05
3 may 2009 a las 19:05
Hola
Por favor lee http://es.ccm.net/ccmguide/ccmcharte ecriture.php3#ecriture
Por favor lee http://es.ccm.net/ccmguide/ccmcharte ecriture.php3#ecriture
toyeslomao
Mensajes enviados
1
Fecha de inscripción
jueves, 25 de agosto de 2011
Estatus
Miembro
Última intervención
jueves, 25 de agosto de 2011
25 ago 2011 a las 17:36
25 ago 2011 a las 17:36
creo que se complicais en demasia en los formularios, mira te voy a pasar un codigo de un formulario que esta calentio, ahora mismo he terminado de hacerlo, evidentemente puedes cambiar todo lo que quieras ,
formulario ***
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
<script type="text/javascript">
function MM_validateForm() { //v4.0
if (document.getElementById){
var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=document.getElementById(args[i]);
if (val) { nm=val.name; if ((val=val.value)!="") {
if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n';
} else if (test!='R') { num = parseFloat(val);
if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
min=test.substring(8,p); max=test.substring(p+1);
if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
} } } else if (test.charAt(0) == 'R') errors += '- '+nm+' es requerido.\n'; }
} if (errors) alert('ha ocurrido un error:\n'+errors);
document.MM_returnValue = (errors == '');
} }
</script>
</head>
<body style="background-color:#00cc66">
<table width="455" height="449" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#CCCCCC" bgcolor="#CCCCCC">1234
<tr>
<th width="451" height="447" scope="col">EL CONSEGUIDOR
<table width="412" cellspacing="0" align="center" bgcolor="#009966">
<tr>
<th width="408" height="401" scope="col"><form action="recibido1.php" method="POST">
<p>Nombre:
<input name="nombre" type="text" id="nombre" />
</p>
<p>
E-mail:
<input name="mail" type="text" id="mail" />
</p>
<p>
Poblacion :
<input type="text" name="poblacion" />
</p>
<p>Telefono:
<input type="text" name="telefono" />
</p>
<label for="mensaje"><br />
mensaje<br />
</label>
<textarea name="mensaje" id="mensaje" cols="35" rows="8"></textarea>
<p>
<input type="submit" onclick="MM_validateForm('mail','','RisEmail');MM_validateForm('nombre','','R');return document.MM_returnValue">
</p>
</form>
</th>
</tr>
</table>
</th>
</tr>
</table>
</body>
</html>
codigo php***
<html>
<head>
<script type="text/javascript">
function redireccionar(){
window.location="reenvio.html"; ( aki redirecciona a donde elijas )
}
setTimeout ("redireccionar()", 000); ( aki el tiempo en redireccionar )
</script>
</head>
</head>
<body>
<table width="498" cellspacing="0" align="center" border="3" bordercolor="#CCCCCC" bgcolor="#FFFFFF">
<tr>
<th width="494" height="60" scope="col">
<?php
echo " Nombre:". $_POST['nombre'];
echo "<br>";
echo "E-mail:". $_POST['mail'];
echo "<br>";
echo "Poblacion:".$_POST['poblacion'];
echo "<br>";
echo "Telefono:".$_POST['telefono'];
echo "<br>";
echo "Mensaje:".$_POST['mensaje'];
$header = 'From: ' . $mail . " \r\n";
$header .= "X-Mailer: PHP/" . phpversion() . " \r\n";
$header .= "Mime-Version: 1.0 \r\n";
$header .= "Content-Type: text/plain";
$mensaje = "Este mensaje fue enviado por: " . $_POST['nombre'] . ", " . $empresa . " \r\n";
$mensaje .= "Su e-mail es: " . $_POST['mail'] . " \r\n";
$mensaje .= "Telefono: " . $_POST['telefono'] . " \r\n";
$mensaje .= "Poblacion: " . $_POST['poblacion'] . " \r\n";
$mensaje .= "Mensaje: " . $_POST['mensaje'] . " \r\n";
$mensaje .= "Enviado el " . date('d/m/Y', time());
$para = 'aki tu correo electronico que recibira el mensaje@.com';
$asunto = 'puedes poner contacto desde kioskea (por ejemplo) o tu pagina';
mail($para, $asunto, utf8_decode($mensaje), $header);
echo 'mensaje enviado , muchas gracias'; (aki lo q kieras ),
?>
</th>
</tr>
</table>
</body>
</html>
yo aparte de esto , tengo otra pagina hecha en html donde sale eso de gracias por su mensaje con unas tablas , pero si no kieres eso , pues donde pone mensaje enviado pones eso de gracias por tu mensaje ,
formulario ***
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
<script type="text/javascript">
function MM_validateForm() { //v4.0
if (document.getElementById){
var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=document.getElementById(args[i]);
if (val) { nm=val.name; if ((val=val.value)!="") {
if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n';
} else if (test!='R') { num = parseFloat(val);
if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
min=test.substring(8,p); max=test.substring(p+1);
if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
} } } else if (test.charAt(0) == 'R') errors += '- '+nm+' es requerido.\n'; }
} if (errors) alert('ha ocurrido un error:\n'+errors);
document.MM_returnValue = (errors == '');
} }
</script>
</head>
<body style="background-color:#00cc66">
<table width="455" height="449" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#CCCCCC" bgcolor="#CCCCCC">1234
<tr>
<th width="451" height="447" scope="col">EL CONSEGUIDOR
<table width="412" cellspacing="0" align="center" bgcolor="#009966">
<tr>
<th width="408" height="401" scope="col"><form action="recibido1.php" method="POST">
<p>Nombre:
<input name="nombre" type="text" id="nombre" />
</p>
<p>
E-mail:
<input name="mail" type="text" id="mail" />
</p>
<p>
Poblacion :
<input type="text" name="poblacion" />
</p>
<p>Telefono:
<input type="text" name="telefono" />
</p>
<label for="mensaje"><br />
mensaje<br />
</label>
<textarea name="mensaje" id="mensaje" cols="35" rows="8"></textarea>
<p>
<input type="submit" onclick="MM_validateForm('mail','','RisEmail');MM_validateForm('nombre','','R');return document.MM_returnValue">
</p>
</form>
</th>
</tr>
</table>
</th>
</tr>
</table>
</body>
</html>
codigo php***
<html>
<head>
<script type="text/javascript">
function redireccionar(){
window.location="reenvio.html"; ( aki redirecciona a donde elijas )
}
setTimeout ("redireccionar()", 000); ( aki el tiempo en redireccionar )
</script>
</head>
</head>
<body>
<table width="498" cellspacing="0" align="center" border="3" bordercolor="#CCCCCC" bgcolor="#FFFFFF">
<tr>
<th width="494" height="60" scope="col">
<?php
echo " Nombre:". $_POST['nombre'];
echo "<br>";
echo "E-mail:". $_POST['mail'];
echo "<br>";
echo "Poblacion:".$_POST['poblacion'];
echo "<br>";
echo "Telefono:".$_POST['telefono'];
echo "<br>";
echo "Mensaje:".$_POST['mensaje'];
$header = 'From: ' . $mail . " \r\n";
$header .= "X-Mailer: PHP/" . phpversion() . " \r\n";
$header .= "Mime-Version: 1.0 \r\n";
$header .= "Content-Type: text/plain";
$mensaje = "Este mensaje fue enviado por: " . $_POST['nombre'] . ", " . $empresa . " \r\n";
$mensaje .= "Su e-mail es: " . $_POST['mail'] . " \r\n";
$mensaje .= "Telefono: " . $_POST['telefono'] . " \r\n";
$mensaje .= "Poblacion: " . $_POST['poblacion'] . " \r\n";
$mensaje .= "Mensaje: " . $_POST['mensaje'] . " \r\n";
$mensaje .= "Enviado el " . date('d/m/Y', time());
$para = 'aki tu correo electronico que recibira el mensaje@.com';
$asunto = 'puedes poner contacto desde kioskea (por ejemplo) o tu pagina';
mail($para, $asunto, utf8_decode($mensaje), $header);
echo 'mensaje enviado , muchas gracias'; (aki lo q kieras ),
?>
</th>
</tr>
</table>
</body>
</html>
yo aparte de esto , tengo otra pagina hecha en html donde sale eso de gracias por su mensaje con unas tablas , pero si no kieres eso , pues donde pone mensaje enviado pones eso de gracias por tu mensaje ,