Prospectus / Information Pack Request Form

<!– 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=”1″></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 () {
                headers: {
                    Accept: ‘text/html’,
                }
            })
            .then(response => response.text())
            .then(scriptText => {
                const script = document.createElement(‘script’), tag = document.getElementsByTagName(‘script’)[0];
                tag.parentNode.insertBefore(script, tag);
                script.text = scriptText;
                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>