ºÚÁÏÍø

Contact

Hello, how can we help?

Contact

Get in touch

If you have any questions, or would like to receive more information, please fill in the form or contact our head office.
We are here to help.

The Purple Elephant 55

Contact details

Our schools

Head office

The City School

The Purple Elephant 39

The Purple Elephant 49

The Purple Elephant 55

The Country School

exists function startObserver() { if (!document.body) return; observer.observe(document.body, { childList: true, subtree: true }); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', startObserver); } else { startObserver(); } // 4) Optional: also re-fill right before submit (extra safety) // Useful if a plugin re-renders fields, or the popup opens long after landing. document.addEventListener('submit', function (e) { var form = e.target; if (!(form instanceof HTMLFormElement)) return; if (!form.id || form.id.indexOf('gform_') !== 0) return; var match = form.id.match(/^gform_(\d+)$/); if (match) fillUtmFieldsInForm(form, match[1]); }, true); })();