$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

CONTACT US

Manila Office

83 West Bldg., #83 West Avenue, 
San Francisco Del Monte, Quezon City

Contact Details

(+632) 8645 6775

inquiry@filmetricscorp.com

bottom of page