Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

243
Views
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 answers
Answer question

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 Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!