Globotec Web Hosting Rosario, Argentina | Tel: (341)-6075747 Ext.194 | Tel: (011)-50314757 Ext.363

Resgistre ahora su dominio

WWW.

Formularios Web terminado y solucionado

Atención, abrir en una nueva ventana. ImprimirE-mail

En este articilo vamos a ver como crear un simple formulario de contacto ya que muchos de nuestros clientes consultan sobre este tema.

Realmente es muy simple el diseño de tres campos van aver /cgi-sys/FormMail.cgi donde va a tener que poner sidominio una cuenta de email que le llegue el email de

consulta y la pagina que va ser rericionada uando haya enviado su consulta por el formulario de contacto este formulario lo va a poder editar con cualquier editor ya que es html simple si necesitan el fomulario en joomla lo pueden ver aca formulario joomla recuerden que hay ofertas de alojamiento web

<p><font size="3"><b> Rellene El Formulario</b></font></p>

<form method="post" action="http://www.midominio.com.ar/cgi-sys/FormMail.cgi">
<div align="center">
<input name="recipient"
value="adrianas@midominio.com.ar" type="hidden">
<input
name="subject" value="Contacto" type="hidden">
<input
name="redirect" value="http://www.midominio.com.ar/enviado.html" type="hidden">
</div>
<table border="0"
width="87%" height="265">
<tbody>
<tr>
<td align="none" height="18" width="33%"><font
color="#333333"><b>Nombre y Apellido</b></font></td>

<td height="18" width="67%"> <font
color="#333333">
<input size="40" maxlength="256" name="NOMBRE y Apellido"
type="text">
</font></td>
</tr>
<tr>
<td align="none" height="17" width="33%"><font
color="#333333"><b>E-mail:</b></font></td>
<td height="17" width="67%"> <font
color="#333333">
<input size="40" maxlength="60" name="Email"
type="text">
</font></td>

</tr>
<tr>
<td align="none" height="25" width="33%"><font
color="#333333"><b>Telefono Fijo:</b></font></td>
<td height="25" width="67%"> <font
color="#333333">
<input size="40" maxlength="40" name="TELEFONO"
type="text">
</font></td>
</tr>
<tr>
<td align="none" height="17" width="33%"><font color="#333333"><b>Horario
de Contacto:</b></font></td>

<td height="17" width="67%"> <font
color="#333333">
<input size="40" maxlength="256" name="HORARIO DE CONTACTO"
type="text">
</font></td>
</tr>
<tr>
<td align="none" width="33%"><font color="#333333"><b>Te Llamamos
</b></font></td>

<td width="67%"> <font
color="#333333">
<input size="40" maxlength="256" name="te llamos"
type="text">
</font></td>

</tr>
<tr>
<td colspan="2" align="none" height="78">
<p align="center"> <font color="#333333"> <b>Comentarios </b>
<textarea
name="COMENTARIOS" rows="1" cols="60"></textarea>
</font></p>
</td>
</tr>

</tbody>
</table>
<p> </p>
<center>
<input value="Enviar "
type="submit" name="submit">
<input value="Limpiar" type="reset" name="reset">
</center>
</form>