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

89
Vistas
I have been trying to track Events occurring in my website using JavaScript. But that code is not working

jQuery(document).ready(function() {
  console.log("function reached");
  jQuery("form").submit(function() {
    analytics.track("Apply Now", {
      firstName: document.getElementById("header_form_first_name").value,
      `Help to track firstname by using ID`
    });
  });
});

Above code is my code in WordPress but it returns null value and I have no idea about why it is returning null value

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

0

$(function(){
  // Use FORM ID to identify the form and invoke the submit
  $('#myForm').submit(function()
  {
   analytics.track("Apply Now", {
   firstName: 
   document.getElementById("header_form_first_name").value,
  `Help to track firstname by using ID`
  });
 }
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