Get a quick quote with our pricing calculator

Buy Workbooks Today

Buy Workbooks Today

var crmProCost = 0; var businessProCost = 0; var crmProLicences = 0; var businessProLicences = 0; var contractLength = 0; function waitFor(checkingCallback, doneCallback) { var interval = setInterval(function() { if(checkingCallback()) { doneCallback(); clearInterval(interval); interval = null; } }, 300); } function checkGatorLoaded(){ if (typeof(wowTracking) != 'undefined') { return "1"; } else{ return "0"; } } function getCookie(cname) { var name = cname + "="; var decodedCookie = decodeURIComponent(document.cookie); var ca = decodedCookie.split(';'); for(var i = 0; i 0){ _gf.setFieldValue(gatormailformid, "TotalCost", ("£" + totalCost.toFixed(2))); } } document.addEventListener("DOMContentLoaded", function(){ var gatorforms = document.querySelectorAll("[data-gator-form]"); var pageURL = window.location.href; for (var i = 0; i 0){ _gf.setFieldValue(gatormailformid, "insights_session_id", getCookie("wow.session")); } if (document.getElementsByClassName("gf__control--page_url--" + gatormailformid).length > 0){ _gf.setFieldValue(gatormailformid, "page_url", pageURL); } if (document.getElementsByClassName("gf__control--Country--" + gatormailformid).length > 0){ if (pageURL.includes("/us/")){ _gf.setFieldValue(gatormailformid, "Country", "United States of America"); } else{ _gf.setFieldValue(gatormailformid, "Country", "United Kingdom"); } } if (document.getElementsByClassName("gf__control--GatorLoaded--" + gatormailformid).length > 0){ _gf.setFieldValue(gatormailformid, "GatorLoaded", checkGatorLoaded()); } if (document.getElementsByClassName("gf__control--TotalCost--" + gatormailformid).length > 0){ document.getElementsByClassName("gf__control--TotalCost--" + gatormailformid)[0].getElementsByClassName("gf__control__input-container")[0].getElementsByClassName("gf__control__input")[0].readOnly = true; } if (document.getElementsByClassName("gf__control--BusinessProPrice--" + gatormailformid).length > 0){ businessProCost = _gf.getFieldValue(gatormailformid, "BusinessProPrice"); } if (document.getElementsByClassName("gf__control--CRMProPrice--" + gatormailformid).length > 0){ crmProCost = _gf.getFieldValue(gatormailformid, "CRMProPrice"); } if (document.getElementsByClassName("gf__control--CRMProLicences--" + gatormailformid).length > 0){ document.getElementsByClassName("gf__control--CRMProLicences--" + gatormailformid)[0].getElementsByClassName("gf__control__input-container")[0].getElementsByClassName("gf__control__input")[0].onkeyup = function(){crmProLicences = this.value; reCalcTotals();}; document.getElementsByClassName("gf__control--CRMProLicences--" + gatormailformid)[0].getElementsByClassName("gf__control__input-container")[0].getElementsByClassName("gf__control__input")[0].onchange = function(){crmProLicences = this.value; reCalcTotals();}; } if (document.getElementsByClassName("gf__control--BusinessProLicences--" + gatormailformid).length > 0){ document.getElementsByClassName("gf__control--BusinessProLicences--" + gatormailformid)[0].getElementsByClassName("gf__control__input-container")[0].getElementsByClassName("gf__control__input")[0].onkeyup = function(){businessProLicences = this.value; reCalcTotals();}; document.getElementsByClassName("gf__control--BusinessProLicences--" + gatormailformid)[0].getElementsByClassName("gf__control__input-container")[0].getElementsByClassName("gf__control__input")[0].onchange = function(){businessProLicences = this.value; reCalcTotals();}; } if (document.getElementsByClassName("gf__control--ContactLength--" + gatormailformid).length > 0){ document.getElementsByClassName("gf__control--ContactLength--" + gatormailformid)[0].getElementsByClassName("gf__control__input-container")[0].getElementsByClassName("gf__control__input")[0].onchange = function(){contractLength = this.value; reCalcTotals();}; } } ); } });