At ºÚÁÏÍø, learning is a journey! See how our project-based learning styles in Bangkok inspire creativity, collaboration, and curiosity in young learners.
As part of their identity panel, our Y5-6 children have been spending time in our Theatre of Imagination atelier, experimenting with the languages of light, shadow, and photography to explore identity.
An ‘atelier’ is a space for research in which children engage with a wide variety of materials and tools in ways designed to generate questions, inquiry, creativity, discovery, and invention.
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);
})();