Account activated

Your account was created successfully. You can now log in by navigating to the link below.

Go to login

Verification Required

Account verification required. Please check your email to find your unique verification link.

document.addEventListener('DOMContentLoaded', function() { var loginForm = document.getElementById('loginForm'); // Replace 'loginForm' with your form's ID loginForm.addEventListener('form_submit', function() { var userEmail = document.getElementById('wf-log-in-email').value; // Ensure you have the correct ID for the email input field dataLayer.push({ 'event': 'loginEvent', 'userEmail': userEmail }); }); });