Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

198
Vistas
Pop up new text box after click on "Others" from dropdown and database captured that new data

I found a way how to pop up a new text box after click on "Others" from the dropdown. But the problem here is database capture "Other" instead of the new data that I key in. For example I key in "Policeman" but it captured "Other" in my database.

    <head>  
    <script type="text/javascript">
    function showfield(name){
    if(name=='Other')document.getElementById('div1').innerHTML='Other: <input type="text" 
    name="other" />';
    else document.getElementById('div1').innerHTML='';
   }

 </script> 
 </head>
    <form action="https://apps3.xendsys.com/emv3/index.php/lists/xl080bdvq5cc8/subscribe" method="post">
   <div class="box box-primary borderless">
  <div class="box-header">
  <h3 class="box-title">Website Subscribers</h3>
  </div>
   <select name="OCCUPATION" id="OCCUPATION" 
   onchange="showfield(this.options[this.selectedIndex].value)">
      <option selected="selected">Please select ...</option>
      <option value="Student">Student</option>
      <option value="Educator">Educator</option>
      <option value="Designer">Designer</option>
      <option value="Other">Other</option>
   </select>
   <div id="div1"></div>
  <div class="box-footer">
 <div class="pull-right"><input type="submit" class="btn btn-primary btn-flat" name="yt0" value="Subscribe"/></div>

  <div class="clearfix"> </div>
  </div>
  </div>
    </form>

What should I change ya?

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda