activation form Let’s Get You Started Please complete the form below to select the Royal Executive subscription package that best suits your needs. Your information will be used only to provide the selected services and keep you updated on service-related matters. We respect your privacy — your data will never be shared or misused. By filling this form, you agree to the Royal Executive Service terms and conditions as set out in our official policy documents below. For any assistance, feel free to contact us at:📞 +254 708 939 739 – Head Office📞 +254 716 685 417 – Ruaka Branch Let’s make laundry the easiest part of your week! First Name Last Name Email Phone Number Physical Address Address Line Apartment / Suite / House No. Date of Birth Select Your Zone – Select –Zone 1Zone 2Zone 3Zone 4 Delivery Fee Package Price Total Amount M-Pesa Number M-Pesa Reference Number Terms & Conditions Agreement Please read our Terms & Conditions and Privacy Policy before submitting the form. Terms & Conditions Agreement and Privacy Policy I agree to the Terms and Conditions document.addEventListener(‘DOMContentLoaded’, function () { const urlParams = new URLSearchParams(window.location.search); const plan = urlParams.get(‘plan’); const planField = document.querySelector(‘input[name=”plan_name”]’); const priceField = document.querySelector(‘input[name=”package_price”]’); const z’select[name=”delivery_zone”]’); const deliveryField = document.querySelector(‘input[name=”delivery_fee”]’); const totalField = document.querySelector(‘input[name=”total_amount”]’); const prices = { Diamond: 4896, Gold: 3675, Platinum: 7310, Ruby: 2485 }; const deliveryPrices = { “Zone 1”: 0, “Zone 2”: 285, “Zone 3”: 485, “Zone 4”: 685 }; if (plan && prices[plan]) { if (planField) planField.value = plan; if (priceField) priceField.value = prices[plan]; } function updateTotal() { const packagePrice = parseInt(priceField.value) || 0; const selectedZ const deliveryCharge = deliveryPrices[selectedZone] || 0; if (deliveryField) deliveryField.value = deliveryCharge; if (totalField) totalField.value = packagePrice + deliveryCharge; } if (zoneField) { zoneField.addEventListener(‘change’, updateTotal); } updateTotal(); }); Submit Form