Please wait ...

Business

Discover, Authenticate, Secure

General Information

Enter & press next

Payment Info

Review & pay

User verification

Verify your identity

Step 1/3

Dive into the Basics

Please provide a valid email.
Closed Eye
Please provide a valid password.
Please provide a valid password confirmation.
Next

Step 2/3

Credit Details

Summary
Plan Type
Business
Duration
Month
Amount
$99.99

Step 3/3

// // lastName: document.getElementById("lastName").value, // user_id: localStorage.getItem('token') // }, // success: function(response) { // // Handle the AJAX response // console.log(response); // if (response.Success == true){ // // attach moveToArray to OK button // // pass transaction ID to the modal // // show paymentSuccess modal // let closePaymentSuccessModalBtn = document.querySelector('.popup.paymentSuccess .confirm.modal-wrapper .closeModalBtn'); // closePaymentSuccessModalBtn.addEventListener('click', closePaymentSuccess); // function closePaymentSuccess(){ // moveToArray(); // closePaymentSuccessModal(); // } // openPaymentSuccessModal(response.TransID); // hideLoader(); // } else if( response.Success == false ){ // if(response.ErrorCode){ // displayErrorAlertForPayment(response.ErrorMessage); // hideLoader(); // } else { // displayErrorAlertForPayment('Something went wrong.'); // hideLoader(); // } // } // }, // error: function(xhr, status, error) { // // Handle any error that occurred during the AJAX request // console.error(error); // } // }); } // const form1 = document.querySelector('#form1'); // const form2 = document.querySelector('#form2'); // const icon1 = document.querySelector('#icon1'); // const icon2 = document.querySelector('#icon2'); // var viewId = 1; // function nextForm() { // viewId = viewId + 1; // progressBar(); // displayForms(); // } // function prevForm() { // viewId = viewId - 1; // progressBar1(); // displayForms(); // } // function progressBar1() { // if (viewId === 1) { // icon2.classList.remove('active'); // } // if (viewId === 2) { // icon2.classList.add('active'); // } // if (viewId > 2) { // icon2.classList.remove('active'); // } // } // function progressBar() { // if (viewId === 2) { // icon2.classList.add('active'); // } // if (viewId > 2) { // icon2.classList.remove('active'); // } // } // function displayForms() { // if (viewId > 2) { // viewId = 1; // } // if (viewId === 1) { // form1.style.display = 'block'; // form2.style.display = 'none'; // } else if (viewId === 2) { // form1.style.display = 'none'; // form2.style.display = 'block'; // } // } // // Add the following line at the end of the file to initialize the form display // displayForms();