Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/05/2007, 15:40
Avatar de geq
geq
 
Fecha de Ingreso: agosto-2006
Ubicación: Rosario
Mensajes: 655
Antigüedad: 17 años, 9 meses
Puntos: 22
Re: formulario contacto en pagina web

hola
prueba este script
http://www.cqsoft.com.ar/formmail.php.zip

solo debes dirigir el action del form al script, agregar el codigo qe te pongo a continuacion, y el script php hara el resto

Código:
<input type="hidden" name="Formulario" value="Formulario" />
<input type="hidden" name="recipient" value="AQUI LA DIRECCION DE CORREO" />
<input type="hidden" name="redirect" value="DIRECCION A LA QUE REDIRECCIONA LUEGO--POR EJEMPLO, PAGINA DE GRACIAS" />
<input type="hidden" name="subject" value="ASUNTO DEL MENSAJE" />
espero qe te sirva ^^

exitos