Enchanted Christmas Kingdom
A Truly Magical Experience

Treat your family to a magical Christmas adventure at Hatton Adventure World and be amazed as our park is transformed into a Winter Wonderland. Join us for an unforgettable Christmas experience full of activities and festive entertainment.
The elves are all working hard on all the festive details right now, so be sure to check back for more details. In the meantime, take a look at all the magical adventures they took us on last year…
Register Your Interest
Be the first to receive news of our ticket launch
var urlInput = document.getElementById("ci_consenturl");
if (urlInput != null && urlInput != 'undefined') {
urlInput.value = encodeURI(window.location.href);
}
function checkbox_Clicked(element) {
document.getElementById(element.id + "_unchecked").value = !element.checked;
}
function validate_signup(frm, showAlert) {
var emailAddress = frm.email.value;
var errorString = '';
if (emailAddress == '' || emailAddress.indexOf('@') == -1) {
errorString = 'Please enter your email address';
}
var isError = false;
if (errorString.length > 0) {
isError = true;
if (showAlert) alert(errorString);
}
return !isError;
}