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

113
Views
Trying to display the specific id on the edit page

I am trying to display the ticket name for the selected ticket on the edit page but am confused about how to display it on the UI.

code JS: enter image description here

code HTML:

enter image description here

list ticket page:

enter image description here

edit page:

Note: Here, the id name and status should show enter image description here

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

I didn't get truly how your code is working but I think the main problem you are facing is having the same id for different HTML elements (same id for input and label, same id for select and label).

  <!-- this is okey -->  
  <label for="firstInput" >First input</label>
  <input id="firstInput">
  <!-- this isnt okey , same id for input and label --> 
  <label for="secondInput" id="secondInput" >Second input</label>
  <input id="secondInput">

You can find an example here

Hope that will solve your problem

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!