$w.onReady(function () { updatePricing(); $w("#employeeSlider").onChange(() => { updatePricing(); }); }); function updatePricing() { const sliderValue = Number($w("#employeeSlider").value); const employees = sliderValue * 25; const monthlyTotal = sliderValue * 500; $w("#employeeCount").text = `${employees} employee accounts`; $w("#monthlyTotal").text = `₱${monthlyTotal.toLocaleString()}`; $w("#btnGetStarted").label = `Get Started – ₱${monthlyTotal.toLocaleString()}/mo`; }
top of page

Thank you for your inquiry.

We have received your message and will get back to you shortly.
bottom of page