top of page

Profile

Join date: Jul 12, 2025

There’s nothing to show here yet

When this member adds info about themselves, you’ll see it here.

C Jordi

C Jordi

More actions
bottom of page
window.addEventListener('load', function() { const forms = document.querySelectorAll('form'); forms.forEach(function(form) { form.addEventListener('submit', function(e) { const formName = form.getAttribute('data-name') || form.getAttribute('name') || form.querySelector('[data-name]')?.getAttribute('data-name') || 'Unknown Form'; if (window.gtag) { gtag('event', 'form_submit', { 'form_name': formName, 'timestamp': new Date().toISOString() }); } }); }); });