Foros del Web » Creando para Internet » HTML »

Donde puedo descargarme un formulario???

Estas en el tema de Donde puedo descargarme un formulario??? en el foro de HTML en Foros del Web. Hola Gente.... Sabe alguien en donde puedo descargar un formulario???.... necesito algo sencillo.... nombre, teléfono, email.... con campos obligatorios y que llegue a un correo. ...
  #1 (permalink)  
Antiguo 04/10/2006, 11:29
Avatar de phivian  
Fecha de Ingreso: marzo-2005
Mensajes: 132
Antigüedad: 19 años, 1 mes
Puntos: 0
Pregunta Donde puedo descargarme un formulario???

Hola Gente....

Sabe alguien en donde puedo descargar un formulario???.... necesito algo sencillo.... nombre, teléfono, email.... con campos obligatorios y que llegue a un correo.

He intentado en flash.... con uno que me descargué y no me sirve :(.... por eso se me ocurrió poner un enlace a un pop up y hacerlo html......

Saluditos
__________________
VISITA MI WEB :si:
  #2 (permalink)  
Antiguo 04/10/2006, 18:57
Avatar de urgido  
Fecha de Ingreso: febrero-2005
Mensajes: 2.351
Antigüedad: 19 años, 2 meses
Puntos: 25
Código HTML:
<!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=iso-8859-1" />
<title>Documento sin t&iacute;tulo</title>
<style type="text/css">
<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFCC00;
}
-->
</style></head>

<body>
<div style="border:#666666 1px solid; text-transform:capitalize; background:#cccccc; color:#FF0000; font-weight:bold" align="center">RELLENE EL SIGUIENTE FORMULARIO</div><br />
<form action="" name="formulario">
<table width="40%" border="0"  align="center" style="border:1px solid #666666" cellpadding="0" cellspacing="2" bgcolor="#666666">
  <tr>
    <td>Nombre&nbsp;<font color="#FF0000">*</font>:</td>
    <td><input type="text" width="180" value="" style="height:17px; border:#000099 1px solid" name="nombre"/>&nbsp;&nbsp;[Obligatorio]</td>
  </tr>
  <tr>
    <td>Apellido&nbsp;<font color="#FF0000">*</font>:</td>
    <td><input type="text" width="180" value="" style="height:17px; border:#000099 1px solid" name="apellido"/>&nbsp;&nbsp;[Obligatorio]</td>
  </tr>
  <tr>
    <td>Tel&eacute;fono&nbsp;<font color="#FF0000">*</font>:</td>
    <td><input type="text" width="180" value="" style="height:17px; border:#000099 1px solid" name="tel"/>&nbsp;&nbsp;[Obligatorio]</td>
  </tr>
  <tr>
    <td>E-mail&nbsp;<font color="#FF0000">*</font>:</td>
    <td><input type="text" width="180" value="[email protected]" style="height:17px; border:#000099 1px solid" name="email"/>&nbsp;&nbsp;[Obligatorio]</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr> 
  
  <tr>
    <td bgcolor="#FFFFFF">&nbsp;</td>
    <td bgcolor="#FFFFFF"><input type="submit" name="enviar" value="Enviar" /></td>
  </tr>
</table>
</form>
</body>
</html> 
Para enviar el formulario por correo debes adaptarlo ya que hay distintos tipos para enviarlo. Te aconsejo uses el buscador del foro. Saludos
__________________
Hospedaje Web al mejor costo!
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 06:24.