🚚 Shipping cutoff: 03:00
Sales Promotional Popup
Tech Support Subscription

Tech Support Subscription Form

First Name
Last Name
Email
Phone Number
Country
City
State
Service Plan

Terms and Conditions

1. Subscription Services: Access to remote technical support as per the chosen plan.

2. Payment and Renewal: Fees are billed monthly/yearly and renew automatically unless canceled.

3. Service Limitations: Support is limited to troubleshooting software and hardware issues.

4. User Responsibilities: Back up data before support; we are not liable for data loss.

5. Privacy Policy: Your data will only be used for providing support and not shared without consent.

6. Cancellation and Termination: Cancel anytime; no refunds for the current billing period.

7. Liability Limitation: Maximum liability limited to the current subscription fee.

8. Changes to Terms: Continued use after amendments indicates acceptance of new terms.



document.addEventListener("DOMContentLoaded", function() { const submitBtn = document.getElementById("submit-btn"); const agreement = document.getElementById("agreement"); const form = document.getElementById("brokerForm"); function checkEnable() { let recaptchaCompleted = grecaptcha.getResponse().length > 0; if(agreement.checked && recaptchaCompleted) { submitBtn.classList.add("enabled"); } else { submitBtn.classList.remove("enabled"); } } agreement.addEventListener("change", checkEnable); window.setInterval(checkEnable, 1000); form.addEventListener("submit", function(e) { e.preventDefault(); if(grecaptcha.getResponse().length === 0) { alert("Please complete the CAPTCHA before submitting."); return false; } const formData = new FormData(form); formData.append('action', 'send_broker_form'); fetch("/wp-admin/admin-ajax.php", { method: "POST", body: formData }) .then(res => res.json()) .then(data => { if(data.success) { alert(data.data); form.reset(); grecaptcha.reset(); submitBtn.classList.remove("enabled"); } else { alert(data.data); } }) .catch(err => alert("Something went wrong. Please try again.")); }); });
Select your currency
Sticky Appointment Button