<!– Enquiry Tracker Form Code. Paste the below div where you want the form (or button) to appear –>
<div class=”et-widget” data-widget-type=”1″ data-widget-id=”5″></div>

<!– Enquiry Tracker Form Code. Paste the below code at the end of your page, typically as part of your footer –>
<script>
(function (document) {
var loader = function () {
var script = document.createElement(“script”), tag = document.getElementsByTagName(“script”)[0];
script.src = ‘https://app.enquirytracker.net/api/noAuth/widget/getWidgetScriptForSchool/27e79fb54522445287ae087af1d51f9a’;
tag.parentNode.insertBefore(script, tag);
script.onerror= function() {
etWidgetDivs = document.getElementsByClassName(‘et-widget’);
var testDivs = Array.prototype.filter.call(etWidgetDivs, function(etWidgetDiv) {
etWidgetDiv.innerHTML = ‘<p><span style=”color:red”>We are sorry for the inconvenience, but our forms are currently undergoing maintenance. Please check back again shortly.</span></p>’;
});
}
};
document.addEventListener(“DOMContentLoaded”, loader);
})(document);
</script>

View All