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

105
Vistas
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 Respuestas
Responde la pregunta

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 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