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

249
Vistas
how can i get this value of this input id value (this value was loaded from other input value by ID )

THIS IS THE FORM the value between the input tage is the name* value that coms from the myid from another input that was created with javascript create.element.

my qs is that how can i get the value name and into the name.php

                <form method="POST" action="name.php">

                    <input type="hidden" name="myname" id="myid" value="000" >name</input>

                    <input type="submit" name="submit" >
                </form>

the php only get the value 000

thank you for the help.

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

name won't be sent to name.php, only value in <input> can be sent to the action url.So if you want get name, you can add another <input> like:

<input type="hidden" name="myname" id="myid" value="000">
<input type="text" name="whatever" value="name" readonly>

And if you want make it editable, just remove the readonly.

about 4 years ago · Juan Pablo Isaza Denunciar
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