Cita:
Iniciado por orllo55 Tengo un formulario. y no se como hacer y que cambiar para que redireccione a otra direccion web.
Muchas gracias
Código PHP:
//Message sent!
//It the message that will be displayed when the user click the sumbit button
//You can modify the text if you want
echo nl2br("
<div class=\"MsgSent\">
<h1>Correcto</h1>
<p>Su mensaje <b><?=$name;?></b>, se ha enviado correctamente!<br /> En 24H nos pondremos en contacto con unsted.</p>
</div>
");
else
// Display error message if the message failed to send
echo "
<div class=\"MsgError\">
<h1>Error!!</h1>
<p>Sorry <b><?=$name;?></b>, your message failed to send. Try later!</p>
</div>";
}
Si pones el código completo estaría mejor porque no se entiende
Saludos