Ver Mensaje Individual
  #3 (permalink)  
Antiguo 25/10/2012, 11:53
legin
 
Fecha de Ingreso: octubre-2007
Mensajes: 26
Antigüedad: 16 años, 6 meses
Puntos: 1
Respuesta: mail + registro en excel

este es el codigo de mi form:

Código HTML:
<form name="id" enctype="multipart/form-data" action="apgform.php" method="post">
<input type="hidden" name="id" value="mlight2010">
<p style="margin-bottom: 0px;"><input type="text" id="FormsEditField1" name="nombre" size="33" maxlength="33" style="width: 260px; white-space: pre;"></p>
<p style="margin-bottom: 0px;"><input type="text" id="FormsEditField14" name="modalidad" size="33" maxlength="33" style="width: 260px; white-space: pre;"></p>
<p style="margin-bottom: 0px;"><input type="text" id="FormsEditField2" name="integrante1" size="30" maxlength="30" style="width: 236px; white-space: pre;"></p>
<p style="margin-bottom: 0px;"><input type="text" id="FormsEditField4" name="integrante1ci" size="30" maxlength="30" style="width: 236px; white-space: pre;"></p>
<p style="margin-bottom: 0px;"><input type="text" id="FormsEditField5" name="integrante1telefono" size="30" maxlength="30" style="width: 236px; white-space: pre;"></p>
<p style="margin-bottom: 0px;"><input type="text" id="FormsEditField6" name="integrante1celular" size="30" maxlength="30" style="width: 236px; white-space: pre;"></p>
<p style="margin-bottom: 0px;"><input type="text" id="FormsEditField7" name="integrante1email" size="30" maxlength="30" style="width: 236px; white-space: pre;"></p>
<p style="margin-bottom: 0px;"><input type="text" id="FormsEditField8" name="integrante1remera" size="30" maxlength="30" style="width: 236px; white-space: pre;"></p>
<p style="margin-bottom: 0px;"><input type="text" id="FormsEditField3" name="integrante2" size="32" maxlength="32" style="width: 252px; white-space: pre;"></p>
<p style="margin-bottom: 0px;"><input type="text" id="FormsEditField9" name="integrante2ci" size="32" maxlength="32" style="width: 252px; white-space: pre;"></p>
<p style="margin-bottom: 0px;"><input type="text" id="FormsEditField10" name="integrante2telefono" size="32" maxlength="32" style="width: 252px; white-space: pre;"></p>
<p style="margin-bottom: 0px;"><input type="text" id="FormsEditField11" name="integrante2celular" size="32" maxlength="32" style="width: 252px; white-space: pre;"></p>
<p style="margin-bottom: 0px;"><input type="text" id="FormsEditField12" name="integrante2email" size="32" maxlength="32" style="width: 252px; white-space: pre;"></p>
<p style="margin-bottom: 0px;"><input type="text" id="FormsEditField13" name="integrante2remera" size="32" maxlength="32" style="width: 252px; white-space: pre;"></p>
<input type="submit" id="FormsButton1" name="Enviar" value="Enviar" style="height: 24px; width: 63px;">
</form> 
Gracias por responder!