Foros ZackYFileS

Foros ZackYFileS (http://foros.zackyfiles.com/index.php)
-   ARTES GRÁFICAS - Diseño, Firmas, WEBS. (http://foros.zackyfiles.com/forumdisplay.php?f=238)
-   -   Insertar Formularios (http://foros.zackyfiles.com/showthread.php?t=308201)

juc 09/04/2005 11:36

Insertar Formularios
 
HOLA HE CREADO MI PAGINA www.frecuency.net y necesito saber como insertar algun formulario/tablas para datos personales que el cliente pueda escribir en ellas y poder asi madar los pedidos a mi correo o a otra pagina gracias. :confuso:

Coke 09/04/2005 18:59

lo puedes hacer en php, pero tiene que soportar tu servidor la funcion mail() y por supuesto php.


Coke

j0sefK 10/04/2005 03:52

Bueno, en plan más modesto también puede hacerse en html con "form" ¿no? Y si tu servidor no te gestiona el envío de la información, existen sitios en Internet que reciben los datos de tu formulario y te los envían por correo a la cuenta que tú digas. Por ejemplo: [url]http://www.formbuddy.com[/url]. Lo único es que tus visitantes verán un pop-up de publicidad (o un banner) cada vez que envíen el formulario, pero a cambio de eso tú tienes el problema resuelto... y gratis :D

juc 10/04/2005 10:02

Gracias A Los Dos

Coke 10/04/2005 16:08

aqui tienes un ejemplo...como no se que necesitas, solo le he puesto, nombre, apellidos, e-mail, ref del producto y para poner algun comentario...tu lo puedes modificar a tu gusto y ponerles mas cosas.

Código PHP:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<!-- 
Created on 10-abr-2005 13:51:56 -->

<
html>
   <
head>
      <
title>
         
pedidos
      
</title>
      <
meta name="GENERATOR" content="Arachnophilia 5.2">
      <
meta name="FORMATTER" content="Arachnophilia 5.2">
   </
head>

   <
body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#ff0000">

      <
form action="mandar_mail.php" method="post">
      <
table width=50align=center cellpadding=1 cellspacing=0 border=0 bgcolor=#0000ff>
   
<tr>
      <
td>
         <
table width=100cellpadding=8 cellspacing=0 border=0 bgcolor=#ffffcc>
            
<tr>
               <
td>
                  <
font color="#000000">Nombre</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
      <
input type="text" name="nombre" size="40" maxlength="80" value=""><br>
               </
td>
            </
tr>
         </
table>
      </
td>
   </
tr>
</
table>
      <
table width=50align=center cellpadding=1 cellspacing=0 border=0 bgcolor=#0000ff>
   
<tr>
      <
td>
         <
table width=100cellpadding=8 cellspacing=0 border=0 bgcolor=#ffffcc>
            
<tr>
               <
td>
                  <
font color="#000000">apellidos</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
      <
input type="text" name="apellidos" size="40" maxlength="80" value=""><br>
               </
td>
            </
tr>
         </
table>
      </
td>
   </
tr>
</
table>
<
table width=50align=center cellpadding=1 cellspacing=0 border=0 bgcolor=#0000ff>
   
<tr>
      <
td>
         <
table width=100cellpadding=8 cellspacing=0 border=0 bgcolor=#ffffcc>
            
<tr>
               <
td>
                  <
font color="#000000">E-mail</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
         <
input type="text" name="mail" size="40" maxlength="80" value=""><br>
               </
td>
            </
tr>
         </
table>
      </
td>
   </
tr>
</
table>
     <
table width=50align=center cellpadding=1 cellspacing=0 border=0 bgcolor=#0000ff>
   
<tr>
      <
td>
         <
table width=100cellpadding=8 cellspacing=0 border=0 bgcolor=#ffffcc>
            
<tr>
               <
td>
                   <
font color="#000000">Ref.Producto</font>
      <
input type="text" name="producto" size="40" maxlength="80" value=""><br>
               </
td>
            </
tr>
         </
table>
      </
td>
   </
tr>
</
table>
      <
table width=50align=center cellpadding=1 cellspacing=0 border=0 bgcolor=#0000ff>
   
<tr>
      <
td>
         <
table width=100cellpadding=8 cellspacing=0 border=0 bgcolor=#ffffcc>
            
<tr>
               <
td>
                  <
font color="#000000">Comentario</font>&nbsp;&nbsp;
      <
textarea name="textarea" rows="3" cols="40"></textarea><br>
               </
td>
            </
tr>
         </
table>
      </
td>
   </
tr>
</
table>
      <
table width=50align=center cellpadding=1 cellspacing=0 border=0 bgcolor=#0000ff>
   
<tr>
      <
td>
         <
table width=100cellpadding=8 cellspacing=0 border=0 bgcolor=#ffffcc>
            
<tr>
               <
td>
                  <
input type="submit" value="enviar">
                  <
input type="reset" value="borrar">
               </
td>
            </
tr>
         </
table>
      </
td>
   </
tr>
</
table>
</
form>
</
body>
</
html


si te fijas en action="" he puesto mandar_mail.php, ese sera el script encargado de mandar el E-mail, cuando pueda te lo hago, pero antes deberias mirar a ver si tu servidor tiene activada la funcion mail() y si soporta php.


Coke.

juc 11/04/2005 11:00

gracias coke lo he echo y me a ido de miedo...... pero ahora me pasa lo siguiente...

cuando hago pruebas para mandar el formulario con mozilla me va genial pero con el explorer no me deja mandarlo me dice que los datos pueden ser vistos y la direccion de correo tambien y no cifrara la informacion como medida de privacidad... ESTA ES LA PREGUNTA....
TENGO QUE MODIFICAR ALGUN DATO DE MI EXPLORER?? NO LO ENCUENTRO GRACIAS POR ANTICIPADO OS ENVIO EL FORMULARIO http://www.frecuency.net/formularioaverias.html


La franja horaria es GMT +2. Ahora son las 21:33.

Powered por vBulletin™ Version 3.8.10
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.
Traducido por vBsoporte - vBulletin en español
ZackYFileS - Foros de Debate