Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

244
Visualizações
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 Respostas
Responde à pergunta

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 Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda