Modern Slavery Act Statement
Elucidate GmbH Transparency Statement under the UK Modern Slavery Act 2015
Modern Slavery Act Agreement
Elucidate GmbH is committed to preventing modern slavery and human trafficking in our business operations and supply chains. This statement outlines the areas of focus for assessing and addressing these risks: Our Business and Supply Chains, Policies and Governance, Risk Assessment and Due Diligence. This statement is made pursuant to Section 54(1) of the UK Modern Slavery Act 2015 and has been approved by the Managing Directors (Geschäftsführer).To learn more email contact@elucidate.co.
document.addEventListener('DOMContentLoaded', function() { // Get all forms on the page const forms = document.querySelectorAll('form'); // Add submit event listener to each form forms.forEach(function(form) { form.addEventListener('submit', function(event) { // Get the form ID or name for tracking const formIdentifier = form.id || form.getAttribute('name') || 'unnamed-form'; // Check if gtag is available (GA4) if (typeof gtag === 'function') { gtag('event', 'form_submission', { 'event_category': 'Forms', 'event_label': formIdentifier, 'value': 1 }); } // Fallback for Universal Analytics (GA3) else if (typeof ga === 'function') { ga('send', 'event', { eventCategory: 'Forms', eventAction: 'submit', eventLabel: formIdentifier }); } console.log(`Form submission tracked: ${formIdentifier}`); }); }); });