ºÚÁÏÍø would like to extend a big welcome to all our families - new and current - as we return to campus learning. We thank you for your continued care and support amidst the ongoing challenges presented by the pandemic and look forward to seeing the children flourish together in the term ahead.
ºÚÁÏÍø would like to extend a big welcome to all our families - new and current - as we return to campus learning. We thank you for your continued care and support amidst the ongoing challenges presented by the pandemic and look forward to seeing the children flourish together in the term ahead.
Happy New Year to all our ºÚÁÏÍø families! We hope you had a restful and enjoyable break, and are ready to begin the year afresh. We look forward to welcoming children on campus on Monday 17 January.
Our safety protocol has proven successful in keeping our ºÚÁÏÍø community safe and well over Term 1, therefore we will continue to implement the protocol as it currently stands into Term 2.
ºÚÁÏÍø regularly runs workshops for parents on a variety of different topics, and most recently we held a Positive Parenting workshop, led by our new Head of Student Services and Well-Being, Gea Marijke Visscher.
ºÚÁÏÍø prides itself on delivering a world class educational experience and recently The City School welcomed re-accreditation by the Council for International Schools (CIS) and the Western Association of Schools and College (WASC).
We’re into our fifth week back at ºÚÁÏÍø and we have been so happy to hear the gardens once again filled with the children’s excited chatter and laughter and see the classrooms busy with the joys of discovery and learning.
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);
})();