Cotiza tu Evento

SOLICITE SU COTIZACIÓN

< script >document. getElementById ( 'miFormulario' ). addEventListener ( 'submit' , function (event) { event. preventDefault (); // Evitar el envío inmediato del formulario grecaptcha. ready ( function () { grecaptcha. execute ( '6LeZ-FsqAAAAAPVnZQ_oL6qO1O46yxN5cMsmrUdi' , { action : 'formulario' }) . then ( function (token) { document. getElementById ( 'recaptchaResponse' ).value = token; // Asignar el token al campo oculto document. getElementById ( 'miFormulario' ). submit (); // Enviar el formulario }); }); });