<script type="text/javascript">
    function zforms_open_window(url, height, width) {
        var leftPos = 0; 
        var topPos = 0;
        if (screen) {
            leftPos = (screen.width - width) / 2;
            topPos = (screen.height - height) / 2;
        }
        window.open(url, null, 'width=' + width + ',height=' + height + ',left=' + leftPos + ',top=' + topPos + ',toolbar=0,location=0,status=1,scrollbars=1,resizable=1');
    }
</script>

<a href="https://help.oozle.ai/Oozle/form/OOZLESignUp/formperma/Okfba_o6iGxfJQomFnx4aLWF7VWbV25uY66_N6NfwDU" 
   title="OOZLE Sign-Up" 
   target="_blank" 
   onclick="zforms_open_window(this.href, 648, 700); return false;">
    <button style="padding: 10px 20px; background-color: #007bff; color: white; border: none; cursor: pointer;">
        Register Now
    </button>
</a>
