jQuery(document).ready(function($){ $('.et_pb_contact_form').submit(function(event){ let dcHasError = true; setTimeout(function() { $('.et_pb_contact_form input').each( function() { console.log($(this).hasClass('.et_contact_error')) if( false === $(this).hasClass('.et_contact_error') ) { dcHasError = false; return false; } }) if( true === dcHasError) { ga('send', { hitType: 'Formulario de contacto', eventCategory: 'event category name', eventAction: 'Formulario de contacto', eventLabel: 'event category name' }); } },1000); }) });

Retardante

Mostrando todos los resultados 2

×