Foros del Web » Programando para Internet » PHP »

[AYUDA] configurar mi formulario con PHP

Estas en el tema de [AYUDA] configurar mi formulario con PHP en el foro de PHP en Foros del Web. Hola, soy nuevo en el foro y tengo un problema con el formulario que tengo para mi web, no se como ponerle la funcion de ...
  #1 (permalink)  
Antiguo 07/02/2011, 19:42
 
Fecha de Ingreso: febrero-2011
Mensajes: 3
Antigüedad: 13 años, 2 meses
Puntos: 0
Pregunta [AYUDA] configurar mi formulario con PHP

Hola, soy nuevo en el foro y tengo un problema con el formulario que tengo para mi web, no se como ponerle la funcion de envio por PHP, he visto codigos completos pero ninguno es de mi gusto y no quiero perder el que ya tengo listo.

Dejo el codigo HTML para ver si existe alguna solucion a mi problema.

</tr>
<tr align="right" valign="middle" class="style1">
<td height="20">Direccion 2:</td>
<td height="20"><input type="text" name="textfield2" style="width:163px; height:16px; font-family:tahoma; font-size:9px; color:#959595; border:1px solid #4D4D4D "></td>
</tr>
<tr align="right" valign="middle" class="style1">
<td height="20">* Ciudad:</td>
<td height="20"><input type="text" name="textfield2" style="width:163px; height:16px; font-family:tahoma; font-size:9px; color:#959595; border:1px solid #4D4D4D "></td>
</tr>
<tr align="right" valign="middle" class="style1">
<td height="20"> * Telefono:</td>
<td height="20"><input type="text" name="textfield2" style="width:163px; height:16px; font-family:tahoma; font-size:9px; color:#959595; border:1px solid #4D4D4D "></td>
</tr>
<tr align="right" valign="middle" class="style1">
<td height="20">Telefono Movil:</td>
<td height="20"><input type="text" name="textfield2" style="width:163px; height:16px; font-family:tahoma; font-size:9px; color:#959595; border:1px solid #4D4D4D "></td>
</tr>
<tr align="right" valign="middle" class="style1">
<td height="20">* Correo Electronico:</td>
<td height="20"><input type="text" name="textfield2" style="width:163px; height:16px; font-family:tahoma; font-size:9px; color:#959595; border:1px solid #4D4D4D "></td>
</tr>
</table>
</div>
<div class="style3" style="padding-left:123px; padding-top:5px"></div></td>
<td><strong> Informacion de Limpieza:</strong> <div style="padding-left:0px; padding-top:3px"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr align="left" valign="top">
<td width="207"><table width="177" border="0" cellspacing="0" cellpadding="0">
<tr align="right" valign="middle" class="style1">
<td width="80" height="20">Tipo de Limpieza:</td>
<td><select name="select3" style="width:88px; height:16px; font-family:tahoma; font-size:9px; color:#959595 ">
<option></option>
<option>Completa</option>
<option>Pisos</option>
<option>Vidrios</option>
<option>Tapices</option>
<option>Alfombras</option>
<option>Desinfeccion</option>
</select></td>
</tr>
<tr align="right" valign="middle" class="style1">
<td height="20">Tipo de Lugar:</td>
<td><select name="select3" style="width:88px; height:16px; font-family:tahoma; font-size:9px; color:#959595 ">
<option></option>
<option>Oficina</option>
<option>Casa</option>
<option>Hotel</option>
<option>Bodega</option>
<option>Colegio</option>
<option>Universidad</option>
</select></td>
</tr>
<tr align="right" valign="middle" class="style1">
<td height="20">* m² Aprox.:</td>
<td><input type="text" name="textfield22" style="width:88px; height:16px; font-family:tahoma; font-size:9px; color:#959595; border:1px solid #4D4D4D "></td>
</tr>
<tr align="right" valign="middle" class="style1">
<td height="20">Puestos de Trabajo:</td>
<td><select name="select3" style="width:88px; height:16px; font-family:tahoma; font-size:9px; color:#959595 ">
<option></option>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
<option>7</option>
<option>8</option>
<option>9</option>
<option>10</option>
<option>11</option>
<option>12</option>
</select></td>
</tr>
<tr align="right" valign="middle" class="style1">
<td height="20">Equipos:</td>
<td><select name="select3" style="width:88px; height:16px; font-family:tahoma; font-size:9px; color:#959595 ">
<option></option>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
<option>7</option>
<option>8</option>
<option>9</option>
<option>10</option>
<option>11</option>
<option>12</option>
</select></td>
</tr>
</table></td>
<td><table width="171" border="0" cellspacing="0" cellpadding="0">
<tr align="right" valign="middle" class="style1">
<td width="72" height="20">Areas Verdes:</td>
<td><select name="select" style="width:88px; height:16px; font-family:tahoma; font-size:9px; color:#959595 ">
<option></option>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select></td>
</tr>
<tr align="right" valign="middle" class="style1">
<td width="72" height="20">Oficinas:</td>
<td><select name="select" style="width:88px; height:16px; font-family:tahoma; font-size:9px; color:#959595 ">
<option></option>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
<option>7</option>
<option>8</option>
<option>9</option>
<option>10</option>
<option>11</option>
<option>12</option>
</select></td>
</tr>
<tr align="right" valign="middle" class="style1">
<td width="72" height="20">Baños:</td>
<td><select name="select2" style="width:88px; height:16px; font-family:tahoma; font-size:9px; color:#959595 ">
<option></option>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select></td>
</tr>
<tr align="right" valign="middle" class="style1">
<td width="72" height="20">Salones:</td>
<td><select name="select" style="width:88px; height:16px; font-family:tahoma; font-size:9px; color:#959595 ">
<option></option>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select></td>
</tr>
</table></td>
</tr>
</table>
</div>
<div style="padding-left:0px; padding-top:12px"><strong>Tipo de Piso:</strong></div><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr align="left" valign="middle" class="style1">
<td width="50">Flotante:</td>
<td width="65"><input type="checkbox" name="checkbox" value="checkbox"></td>
<td width="36">Alfombra:</td>
<td width="75"><input type="checkbox" name="checkbox" value="checkbox"></td>
<td width="32">Madera:</td>
<td width="78"><input type="checkbox" name="checkbox" value="checkbox"></td>
<td>Ceramico:</td>
<td><input type="checkbox" name="checkbox2" value="checkbox"></td>
</tr>
</table><div align="center">
<input name="Enviar" type="submit" class="Estilo29" id="Enviar" value="Enviar" src="mailto:">
</div>
</td>
</tr>
</table></form>
</div></td>
</tr>
<tr>
<td height="7" align="left" valign="top"><img alt="" src="images/spacer.gif" width="1" height="7"></td>
</tr>
</table></td>
<td style="background-image:url(images/til_1.gif); background-position:top; background-repeat:repeat-x ">&nbsp;</td>
</tr>
<tr bgcolor="#DCDCDC">
<td height="100%" align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr align="left" valign="top" class="style1">
<td width="494"><div style="padding-left:29px; padding-top:29px"><span class="style1">&copy; 2011 &bull; <a href="index-6.html" class="style1">Politica de Privacidad</a> &bull; <a href="#" class="style1">Terminos de Uso</a></span></div></td>
<td class="style2"><div style="padding-left:0px; padding-top:28px"><strong></strong></div></td>
</tr>
</table></td>
<td height="100%">&nbsp;</td>
</tr>
</table>
</body>
</html>
  #2 (permalink)  
Antiguo 07/02/2011, 20:44
Avatar de almagropaco_  
Fecha de Ingreso: marzo-2008
Ubicación: Mar del Plata
Mensajes: 854
Antigüedad: 16 años
Puntos: 25
Respuesta: [AYUDA] configurar mi formulario con PHP

A ese codigo no le veo el inicio del formulario y por lo tanto tampoco se indica la accion a realizar. ¿Podrias poner la URL de la pagina?
  #3 (permalink)  
Antiguo 07/02/2011, 20:50
 
Fecha de Ingreso: febrero-2011
Mensajes: 3
Antigüedad: 13 años, 2 meses
Puntos: 0
Respuesta: [AYUDA] configurar mi formulario con PHP

Cita:
Iniciado por almagropaco_ Ver Mensaje
A ese codigo no le veo el inicio del formulario y por lo tanto tampoco se indica la accion a realizar. ¿Podrias poner la URL de la pagina?
http://www.limpiezatotal.org/

en el menu cotizacion.

gracias.
  #4 (permalink)  
Antiguo 07/02/2011, 20:57
Avatar de carlos_belisario
Colaborador
 
Fecha de Ingreso: abril-2010
Ubicación: Venezuela Maracay Aragua
Mensajes: 3.156
Antigüedad: 14 años
Puntos: 461
Respuesta: [AYUDA] configurar mi formulario con PHP

creo que debes exponer mejor tu duda porque de verdad no se entiende, ademas muestranos el codigo especifico que tienes duda, si es de PHP mucho mejor porque lo que colocaste es puro html, ademas en el editor donde creas los post hay un combo con el highlight que te colorea la sintaxis de tu codigo para mejor entendimiento, mientras mas especifica sea tu duda mejor te podremos ayudar, saludos
__________________
aprende d tus errores e incrementa tu conocimientos
it's not a bug, it's an undocumented feature By @David
php the right way
  #5 (permalink)  
Antiguo 07/02/2011, 21:25
 
Fecha de Ingreso: febrero-2011
Mensajes: 3
Antigüedad: 13 años, 2 meses
Puntos: 0
Respuesta: [AYUDA] configurar mi formulario con PHP

Cita:
Iniciado por carlos_belisario Ver Mensaje
creo que debes exponer mejor tu duda porque de verdad no se entiende, ademas muestranos el codigo especifico que tienes duda, si es de PHP mucho mejor porque lo que colocaste es puro html, ademas en el editor donde creas los post hay un combo con el highlight que te colorea la sintaxis de tu codigo para mejor entendimiento, mientras mas especifica sea tu duda mejor te podremos ayudar, saludos
besicamente me gustaria mantener ese mismo formulario pero con la funcion de envio a mi correo de manera directa desde la pagina cuando algun cliente llene el formulario, entiendo que ese metodo es en PHP.

soy bastante novato en el tema quizas por eso no me explique como debia.

PD: no pude poner correctamente el codigo HTML por que no me lo permitio el foro pero si miras mi segunda respuesta puedes ver que deje el link de la web.

saludos!

Etiquetas: formulario
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 09:51.