Activity Day Camp
Summer Holiday Activity Day Camp
Day Camp 2026
DETAILS COMING SOON!
We are excited to announce that plans are underway for our wonderful and educational Summer Holiday Club 2026 in the heart of the Warwickshire countryside.
This unique holiday club will give children the chance to enjoy fun-filled days of learning and exploring, with daily access to Hatton Adventure World included. From animal encounters and adventure play to creative activities and outdoor discovery, it will be the perfect balance of fun, education, and fresh air.
While we are still finalising all the details, families can now register their interest to be the first to hear when bookings open.
Register your interest
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 ? frm.email.value : "";
var smsNumber = frm.MOBILENUMBERID ? frm.MOBILENUMBERID.value : "";
var errorString = '';
if (frm.email && (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;
}
function submit_form(event) {
var form = document.getElementById('signup-b0e68df');
return validate_signup(form, true);
}