Ver Mensaje Individual
  #17 (permalink)  
Antiguo 31/03/2011, 08:41
Avatar de IsaBelM
IsaBelM
Colaborador
 
Fecha de Ingreso: junio-2008
Mensajes: 5.032
Antigüedad: 15 años, 10 meses
Puntos: 1012
Respuesta: Validar un campo dinamico en formulario php

esta porción está fuera de la etiqueta form, body y html
Cita:
</body>
</html>

<div id="div_1" class="hide"> <select name="materiales[]" class="sel" style="width:414px" >
<option value = "AMBIENTADOR">AMBIENTADOR</option>
<option value = "PILAS AAA">PILAS AAA</option>
<option value = "PILAS CR-123A">PILAS CR-123A</option>
<option value = "SILICONE SPRAY ULTRA RAPIDO SQ">SILICONE SPRAY ULTRA RAPIDO SQ</option>

</select>

<input name="cantidadmateriales[]" size="8" id="cantidad">
<div class="error_form"></div></div>