13th May, 2023 at 10:30 AM GMT
Register now
"; selectizeDropdown[0].selectize.$dropdown_content.html(loadingHTML); // Make AJAX POST request $.ajax({ type:"POST", url: "https://apigw.toddleapp.com/auth/website/getSchoolListV2", data: { s: value }, success: function(response) { var schools = response.map(function(item) { return { text: item.school_name, value: item.school_name }; }); // Replace selectize dropdown data with new JSON school name data selectizeDropdown[0].selectize.clearOptions(); selectizeDropdown[0].selectize.addOption(schools); selectizeDropdown[0].selectize.refreshOptions(); console.log("Done"); }, error: function(error) { console.log(error); }, complete: function() { // Hide loader image //selectizeDropdown[0].selectize.hideLoading(); selectizeDropdown[0].selectize.$dropdown_content.find(".selectize-loading").remove(); } }); }, 300); // debounce for 500ms}// Set up event listener for selectize dropdown input$(".school-new input").on("input", function(event) {event.preventDefault(); // stop default search makeAjaxRequest($(this).val());}); const fields = [ "fname", "lname", "email", "school", "role", "country", // "content" ]; var CAMPAIGN_KEYWORDS = [ { key: "utm_source" }, { key: "utm_medium" }, { key: "utm_campaign" }, { key: "utm_content" }, { key: "utm_term" } ]; let demo_requested = false; let feedback_requested = false; // start update let your_school = ""; let tools = ""; // start new update let early_years_framework = ""; // start new update jQuery("._show_school").css("display", "none"); jQuery("#_tool_error").css("display", "none"); // new development jQuery("#_early_years_framework_error").css("display", "none"); // new development jQuery("._show_whatsapp_field").css("display", "none"); // new development jQuery(".should_receive_event_update_wrapper").css("display", "none"); // new development function checkTool() { if(tools.length <= 0){ jQuery(".download-form-loading").css("display", "none"); jQuery("#_tool_error").css("display", "block"); jQuery("#_tool_error").css("visibility", "visible"); return; } else { jQuery("#_tool_error").css("display", "none"); } } jQuery(document).ready(function(){ jQuery("#_label_1").click(function() { if( jQuery("#_role_1").is(":checked") || jQuery("#_role_3").is(":checked") || jQuery("#_role_5").is(":checked")){ jQuery("._show_school").css("display", "block"); } else{ jQuery("._show_school").css("display", "none"); } }); jQuery("#_label_3").click(function() { if( jQuery("#_role_1").is(":checked") || jQuery("#_role_3").is(":checked") || jQuery("#_role_5").is(":checked")){ jQuery("._show_school").css("display", "block"); } else{ jQuery("._show_school").css("display", "none"); } }); jQuery("#_label_5").click(function() { if( jQuery("#_role_1").is(":checked") || jQuery("#_role_3").is(":checked") || jQuery("#_role_5").is(":checked")){ jQuery("._show_school").css("display", "block"); } else{ jQuery("._show_school").css("display", "none"); } }); jQuery(".your-school-radio").click(function() { your_school = jQuery(this).find("input[name=_your_school]").val(); }); jQuery("#_label_1").click(function() { if( jQuery("#_role_1").is(":checked")){ jQuery("._show_whatsapp_field").css("display", "grid"); jQuery(".should_receive_event_update_wrapper").css("display", "flex"); } else{ jQuery("._show_whatsapp_field").css("display", "none"); jQuery(".should_receive_event_update_wrapper").css("display", "none"); } }); }); // end update let product_type = ""; let language = "English"; let fieldData = {}; let curriculums = []; let products = []; jQuery("._show_product").css("display", "none"); jQuery("._show_language").css("display", "none"); jQuery("#_role_error").css("display", "none"); jQuery("#_products_error").css("display", "none"); function checkProducts() { if(demo_requested && products.length <= 0){ jQuery(".download-form-loading").css("display", "none"); jQuery("#_products_error").css("display", "block"); jQuery("#_products_error").css("visibility", "visible"); return; } else { jQuery("#_products_error").css("display", "none"); } } jQuery(".download-form-success-not-email-btn").click(function() { jQuery(".modal-content").scrollTop(); jQuery(".form-details").scrollTop(); jQuery(".download-form-loading").css("display", "none"); jQuery(".download-form-success-modal").fadeOut(100); jQuery(".download-form-success-modal").css("display", "none"); jQuery(".download-modal-container").fadeIn(100); jQuery(".download-modal-container").css("display", "flex"); }); jQuery("#should_receive_update_label").on("click", function(){ var checkbox = jQuery("#should_receive_update"); checkbox.prop("checked", !checkbox.prop("checked")); }); jQuery("#_demo_true_wrap").click(function() { jQuery("._show_product").css("display", "block"); jQuery("._show_language").css("display", "block"); }); jQuery("#_demo_false_wrap").click(function() { jQuery("._show_product").css("display", "none"); jQuery("._show_language").css("display", "none"); }); jQuery("#_demo_true_wrap").on("click", function(){ var radio = jQuery("#_demo_true"); var radio2 = jQuery("#_demo_false"); radio2.prop("checked", !radio2.prop("checked")); radio.prop("checked", !radio.prop("checked")); if($("#_demo_true").is(":checked")){ demo_requested = jQuery("#_demo_true").val(); } }); jQuery("#_feedback_true_wrap").on("click", function(){ var radio = jQuery("#_feedback_true"); var radio2 = jQuery("#_feedback_false"); radio2.prop("checked", !radio2.prop("checked")); radio.prop("checked", !radio.prop("checked")); if($("#_feedback_true").is(":checked")){ feedback_requested = jQuery("#_feedback_true").val(); } }); jQuery("#_feedback_false_wrap").on("click", function(){ var radio = jQuery("#_feedback_false"); var radio2 = jQuery("#_feedback_true"); radio2.prop("checked", !radio2.prop("checked")); radio.prop("checked", !radio.prop("checked")); if($("#_feedback_false").is(":checked")){ feedback_requested = jQuery("#_feedback_false").val(); } }); jQuery("#_demo_false_wrap").on("click", function(){ var radio = jQuery("#_demo_false"); var radio2 = jQuery("#_demo_true"); radio2.prop("checked", !radio2.prop("checked")); radio.prop("checked", !radio.prop("checked")); if($("#_demo_false").is(":checked")){ demo_requested = jQuery("#_demo_false").val(); } }); jQuery("#_lang_eng_wrap").on("click", function(){ var radio = jQuery("#_language_eng"); var radio2 = jQuery("#_language_span"); radio2.prop("checked", !radio2.prop("checked")); radio.prop("checked", !radio.prop("checked")); if($("#_language_eng").is(":checked")){ language = jQuery("#_language_eng").val(); } }); jQuery("#_lang_span_wrap").on("click", function(){ var radio = jQuery("#_language_span"); var radio2 = jQuery("#_language_eng"); radio2.prop("checked", !radio2.prop("checked")); radio.prop("checked", !radio.prop("checked")); if($("#_language_span").is(":checked")){ language = jQuery("#_language_span").val(); } }); // start update jQuery("#_label_google").on("click", function(){ var checkbox3 = jQuery("#_tool_1"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#_tool_1").is(":checked")){ tools.push(jQuery("#_tool_1").val()); } else { tools.splice($.inArray(jQuery("#_tool_1").val(),tools) ,1 ); } }); jQuery("#_label_managebac").on("click", function(){ var checkbox3 = jQuery("#_tool_2"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#_tool_2").is(":checked")){ tools.push(jQuery("#_tool_2").val()); } else { tools.splice($.inArray(jQuery("#_tool_2").val(),tools) ,1 ); } }); jQuery("#_label_seesaw").on("click", function(){ var checkbox3 = jQuery("#_tool_3"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#_tool_3").is(":checked")){ tools.push(jQuery("#_tool_3").val()); } else { tools.splice($.inArray(jQuery("#_tool_3").val(),tools) ,1 ); } }); jQuery("#_label_others").on("click", function(){ var checkbox3 = jQuery("#_tool_4"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#_tool_4").is(":checked")){ tools.push(jQuery("#_tool_4").val()); } else { tools.splice($.inArray(jQuery("#_tool_4").val(),tools) ,1 ); } }); jQuery("._tools-options").on("click", function(){ tools = []; jQuery.each(jQuery("input[name='_tools_option']:checked"), function(){ tools.push(jQuery(this).val()); }); checkTool(); }); // end update // Demo Product Selection StartjQuery("#_cambridge_request_label").on("click", function(){ var checkbox3 = jQuery("#_cambridge_request"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#_cambridge_request").is(":checked")){ products.push(jQuery("#_cambridge_request").val()); } else { products.splice($.inArray(jQuery("#_cambridge_request").val(),products) ,1 ); } checkProducts();});jQuery("#_american_request_label").on("click", function(){ var checkbox3 = jQuery("#_american_request"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#_american_request").is(":checked")){ products.push(jQuery("#_american_request").val()); } else { products.splice($.inArray(jQuery("#_american_request").val(),products) ,1 ); } checkProducts();});jQuery("#_british_request_label").on("click", function(){ var checkbox3 = jQuery("#_british_request"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#_british_request").is(":checked")){ products.push(jQuery("#_british_request").val()); } else { products.splice($.inArray(jQuery("#_british_request").val(),products) ,1 ); } checkProducts();});jQuery("#_bespoke_request_label").on("click", function(){ var checkbox3 = jQuery("#_bespoke_request"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#_bespoke_request").is(":checked")){ products.push(jQuery("#_bespoke_request").val()); } else { products.splice($.inArray(jQuery("#_bespoke_request").val(),products) ,1 ); } checkProducts();});jQuery("#_pyp_request_label").on("click", function(){ var checkbox3 = jQuery("#_pyp_request"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#_pyp_request").is(":checked")){ products.push(jQuery("#_pyp_request").val()); } else { products.splice($.inArray(jQuery("#_pyp_request").val(),products) ,1 ); } checkProducts();});jQuery("#_early_request_label").on("click", function(){ var checkbox3 = jQuery("#_early_request"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#_early_request").is(":checked")){ products.push(jQuery("#_early_request").val()); } else { products.splice($.inArray(jQuery("#_early_request").val(),products) ,1 ); } checkProducts();});jQuery("#_myp_request_label").on("click", function(){ var checkbox3 = jQuery("#_myp_request"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#_myp_request").is(":checked")){ products.push(jQuery("#_myp_request").val()); } else { products.splice($.inArray(jQuery("#_myp_request").val(),products) ,1 ); } checkProducts();});jQuery("#_dp_request_label").on("click", function(){ var checkbox3 = jQuery("#_dp_request"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#_dp_request").is(":checked")){ products.push(jQuery("#_dp_request").val()); } else { products.splice($.inArray(jQuery("#_dp_request").val(),products) ,1 ); } checkProducts();});jQuery("#_ubd_request_label").on("click", function(){ var checkbox3 = jQuery("#_ubd_request"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#_ubd_request").is(":checked")){ products.push(jQuery("#_ubd_request").val()); } else { products.splice($.inArray(jQuery("#_ubd_request").val(),products) ,1 ); } checkProducts();});jQuery("#_ey_request_label").on("click", function(){ var checkbox3 = jQuery("#_ey_request"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#_ey_request").is(":checked")){ products.push(jQuery("#_ey_request").val()); } else { products.splice($.inArray(jQuery("#_ey_request").val(),products) ,1 ); } checkProducts();});jQuery("#_other_request_label").on("click", function(){ var checkbox3 = jQuery("#_other_request"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#_other_request").is(":checked")){ products.push(jQuery("#_other_request").val()); } else { products.splice($.inArray(jQuery("#_other_request").val(),products) ,1 ); } checkProducts();}); // Demo Product Selection End jQuery("._demo-radio-option-wrapper").on("click", function(){ jQuery.each(jQuery("input[name='_demo']:checked"), function(){ demo_requested = jQuery(this).val(); }); }); jQuery("._feedback-radio-option-wrapper").on("click", function(){ jQuery.each(jQuery("input[name='_feedback']:checked"), function(){ feedback_requested = jQuery(this).val(); }); }); jQuery("._lang-radio-option-wrapper").on("click", function(){ jQuery.each(jQuery("input[name='_lang']:checked"), function(){ language = jQuery(this).val(); }); }); jQuery("#should_receive_update_label").on("click", function(){ var checkbox = jQuery("#should_receive_update"); checkbox.prop("checked", !checkbox.prop("checked")); }); fields.forEach(field => { jQuery(`#form--${field}-error`).css("visibility", "hidden"); }); fields.forEach(field => { jQuery(`#form--${field}`).focusout(function() { verifyField(field); }); }); fields.forEach(field => { jQuery(`#form--${field}`).on("input", function() { verifyField(field); }); }); function verifyField(fieldName) { fieldValue = jQuery(`#form--${fieldName}`).val(); if((fieldName == "name" && fieldName != "") || (fieldName == "email" && fieldName != "")){ fieldValue = fieldValue.trim(); } var notValid = fieldValue == ""; // if (fieldName == "content") { // fieldValue = jQuery(`#form--${fieldName}`) // .children(":selected") // .val(); // console.log(fieldValue); // notValid = !fieldValue || fieldValue == "" || fieldValue=="Please select" || fieldValue.length <= 1 ; // } else { // notValid = notValid || fieldValue.length <= 1; // } if (fieldName == "email") { notValid = notValid || !IsEmail(fieldValue); } if (notValid) { jQuery(`#form--${fieldName}`).css("border", "solid 1px #f75961"); jQuery(`#form--${fieldName}-error`).css("visibility", "visible"); fieldData[fieldName] = ""; } else { jQuery(`#form--${fieldName}`).css("border", "solid 1px #797979"); jQuery(`#form--${fieldName}-error`).css("visibility", "hidden"); fieldData[fieldName] = fieldValue; } return !notValid; } jQuery("#should_receive_update").click(function() { verifyCheckbox(); }); function verifyCheckbox() { fieldData["shouldReceiveUpdate"] = jQuery("#should_receive_update").is( ":checked" ); } // start update jQuery("#should_receive_event_update").click(function() { verifyWhatsAppCheckbox(); }); function verifyWhatsAppCheckbox() { fieldData["shouldReceiveWhatsAppUpdate"] = jQuery("#should_receive_event_update").is( ":checked" ); } // end update function IsEmail(email) { var regex = /^([a-zA-Z0-9_\.\-\+])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; if (!regex.test(email)) { return false; } else { return true; } } function IsUrl(url) { var regex = /^(https?:\/\/)?(www\.)[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,4}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)|(https?:\/\/)?(www\.)?(?!ww)[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,4}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)$/; if (!regex.test(url)) { return false; } else { return true; } } // start new update jQuery("._show_school .your-school-radio label").click(function(event) { //if ($("#_demo_candidate").prop("checked") || $("#_demo_authorized").prop("checked")) { jQuery("#_yourschool_role_error").css("display", "none"); //} }); jQuery("#_your_tools").on("change keyup paste", function(){ jQuery("#_tool_error").css("display", "none"); }); jQuery("#_early_years_framework").on("change keyup paste", function(){ jQuery("#_early_years_framework_error").css("display", "none"); }); // end new update jQuery("#_form_button").click(function(event) { event.preventDefault(); const results = fields.map(field => { return verifyField(field); }); // start new update if($("#_role_1").is(":checked") || $("#_role_3").is(":checked") || $("#_role_5").is(":checked")){ if ($("#_demo_candidate").prop("checked") || $("#_demo_authorized").prop("checked")) { jQuery("#_yourschool_role_error").css("display", "none"); } else{ jQuery("#_yourschool_role_error").css("display", "block"); return false; } } var role_new = jQuery(".role-new #select-selected").text(); if(role_new == "Please select" || role_new == "Please selectPlease select" || role_new == "Please selectPlease selectPlease select"){ jQuery("#curriculum-error").css("display", "block"); return false; } else{ jQuery("#curriculum-error").css("display", "none"); } // end new update if(demo_requested == "true" && products.length <= 0){ jQuery(".download-form-loading").css("display", "none"); jQuery("#_products_error").css("display", "block"); jQuery("#-alertBox").fadeIn(300); setTimeout(function() { jQuery("#-alertBox").fadeOut(300); }, 3000); return; } else { jQuery("#_products_error").css("display", "none"); } const allValid = results.filter(item => !item).length == 0; // start new update early_years_framework = jQuery("#_early_years_framework").val(); console.log("_early_years_framework" + _early_years_framework); if(early_years_framework == ""){ jQuery("#_early_years_framework_error").css("display", "block"); jQuery("#_early_years_framework_error").css("visibility", "visible"); return false; } else { jQuery("#_early_years_framework_error").css("display", "none"); //curriculums.push(early_years_framework); } tools = jQuery("#_your_tools").val(); if(tools == ""){ jQuery("#_tool_error").css("display", "block"); jQuery("#_tool_error").css("visibility", "visible"); return false; } else { jQuery("#_tool_error").css("display", "none"); } // end new update if (!allValid) { jQuery("#-alertBox").fadeIn(300); setTimeout(function() { jQuery("#-alertBox").fadeOut(300); }, 1500); return false; } // start new update let whatsapp_no = ""; let should_receive_event_update = ""; // end new update let learnUrl = jQuery("#form-blog-url").val(); let resource_url = jQuery("#form-resource-url").val(); let resource_name = jQuery("#form-resource-name").val(); let poster_image = jQuery("#form-poster-image").val(); let poster_color = jQuery("#form-poster-color").val(); let school = jQuery("#form--school").val(); let should_receive_update = jQuery("#should_receive_update").is( ":checked" ); fieldData["shouldReceiveUpdate"]=should_receive_update; // fieldData["shouldReceiveWhatsAppUpdate"]=should_receive_event_update; // start update // fieldData["curriculum"]= curriculums; fieldData["tools"]= tools; // start update fieldData["early_years_framework"]= early_years_framework; // start update // fieldData["whatsapp_no"]= whatsapp_no; // start update // fieldData["your_school"]= your_school; // start update products = _.uniq(products); fieldData["school"]= school; var utmData = localStorage.getItem("learnUtmUrl"); var hutk = document.cookie.replace(/(?:(?:^|.*;\s*)hubspotutk\s*\=\s*([^;]*).*$)|^.*$/, "$1"); var data = { ...(fieldData || {}), blogUrl:window.location.href, url: window.location.href, utmData:utmData, title:resource_name, posterImage:poster_image, posterColor:poster_color, shouldReceiveUpdate:should_receive_update, //shouldReceiveWhatsAppUpdate:should_receive_event_update, // start update type:"TALK_REGISTER", webinarId: "", jobTitle:fieldData["role"], //demo_requested:demo_requested == "true" ? true : false, early_years_sneak_peak:feedback_requested == "true" ? "Yes" : "No", // your_school:your_school, // start update //product_type:demo_requested =="true" ? products : "", //language:demo_requested =="true" ? language : "", //curriculum:curriculums, early_years_framework:early_years_framework, school_curriculum: curriculums, // schoolType:curriculum, tools:tools, // start update // whatsapp_no : whatsapp_no, // start update acTag:"256", spreadsheetId:"1zn1AzEijdv4lOeEX-tYRFN3yiMfIRmKkNUgRJlH_Rx0", sheetName:"Registrations", talkId:"20230513 Outdoor Adventures in the Early Years", hutk: !_.isEmpty(hutk) ? hutk : "", }; console.log(data); jQuery(".download-form-loading").css("display", "flex"); $.ajax({ type: "POST", url: "https://apigw.toddleapp.com/auth/website/learnRegistration", data: JSON.stringify(data), contentType: "application/json; charset=utf-8", crossDomain: true, dataType: "json", success: function(data, status) { window.dataLayer = window.dataLayer || [];window.dataLayer.push({ "event": "learnformSubmission", "formType": "Learn Registration" }); (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({"gtm.start":new Date().getTime(),event:"gtm.js"});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!="dataLayer"?"&l="+l:"";j.async=true;j.src="https://www.googletagmanager.com/gtm.js?id="+i+dl;f.parentNode.insertBefore(j,f);})(window,document,"script","dataLayer","GTM-TRNWKC6"); localStorage.setItem("", "isRegistered"); localStorage.setItem("userDataNew", JSON.stringify(fieldData)); localStorage.setItem("userData", JSON.stringify(fieldData)); jQuery(".download-modal-container").fadeOut(100); jQuery(".download-modal-container").css("display", "none"); jQuery(".download-form-success-label").html(`You're registered, ${fieldData.fname}.`); jQuery(".download-form-success-sublabel").html(`A confirmation email is on its way.`); jQuery(".download-form-success-not-email-btn").html(`Not your email?`); jQuery(".download-form-success-modal").fadeIn(100); jQuery(".download-form-success-modal").css("display", "flex"); // Demo Redirection Condition and Logic console.log(demo_requested); if(demo_requested == "true"){ var countrySet1 = ["United States", "Canada", "Cayman Islands", "United States of America", "US", "U.S", "U.S.", "U.S.A.", "U.S.A", "USA", "Puerto Rico", "Jamaica", "Trinidad and Tobago", "Guadeloupe", "Martinique", "Bahamas", "Belize", "Barbados", "Saint Lucia", "Curaçao", "Aruba", "Saint Vincent and the Grenadines", "United States Virgin Islands", "Grenada", "Antigua and Barbuda", "Dominica", "Cayman Islands", "Saint Kitts and Nevis", "Saint Maarten", "Turks and Caicos Islands", "Saint Martin", "British Virgin Islands", "Caribbean Netherlands", "Anguilla", "Saint Barthélemy", "Montserrat"]; // Chris var countrySet2 = ["Ecuador", "Colombia", "Mexico", "Peru", "Argentina", "Brazil", "Costa Rica", "Chile", "Venezuela", "Uruguay", "El Salvador", "Panama", "Dominican Republic", "Guatemala", "Paraguay", "Bolivia", "Nicaragua", "Puerto Rico", "Cuba", "Honduras", "Belize", "British Virgin Islands", "Cayman Islands", "Haiti", "Guyana", "Suriname", "Perú"]; // Diego var countrySet3 = ["United Kingdom", "UK", "Poland", "Germany", "Norway", "Italy", "Sweden", "Netherlands", "Denmark", "France", "Austria", "Belgium", "Bosnia and Herzegovina", "Bulgaria", "Burkina Faso", "Croatia", "Czech Republic", "Estonia", "Finland", "Georgia", "Greece", "Guernsey", "Hungary", "Iceland", "Isle of Man", "Jersey", "Latvia", "Lithuania", "Luxembourg", "Malta", "Monaco", "Montenegro", "Ireland", "Macedonia", "Kosovo", "Romania", "Russia", "Serbia", "Slovakia", "Slovenia", "Swaziland", "Switzerland", "Ukraine", "Spain", "Portugal", "Britain", "Wales", "Albania", "Andorra", "Belarus", "Holy See", "Liechtenstein", "Moldova", "North Macedonia", "San Marino"]; // Andres var countrySet4 = ["Australia", "New Zealand", "Fiji", "Kiribati", "Marshall Islands", "Nauru", "Palau", "Papua New Guinea", "Samoa", "Solomon Islands", "Tonga", "Tuvalu", "Vanuatu"]; // Jennie / Nick var countrySet5 = ["Spain"]; // Spanish lang country var countrySet6 = ["Nigeria", "Ethiopia", "Egypt", "Congo", "Tanzania", "South Africa", "Africa", "Kenya", "Uganda", "Algeria", "Sudan", "Morocco", "Angola", "Mozambique", "Ghana", "Madagascar", "Cameroon", "Ivore", "Niger", "Burkina", "Mali", "Malawi", "Zambia", "Senegal", "Chad", "Somalia", "Zimba", "Guinea", "Rwanda", "Benin", "Burundi", "Tunisia", "Togo", "Leone", "Libya", "Liberia", "Mauritania", "Eritrea", "Namibia", "Gambia", "Botswana", "Gabon", "Lesotho", "Guinea-Bissau", "Equatorial Guinea", "Mauritius", "Eswatini", "Djibouti", "Comoros", "Cabo Verde", "Sao Tome & Principe", "Seychelles", "Cyprus", "Lebanon", "Syria", "Iraq", "Iran", "Israel", "Jordan", "Saudi Arabia", "Kuwait", "Qatar", "Bahrain", "United Arab Emirates", "Oman", "Yemen", "UAE", "U.A.E.", "Turkey", "Türkiye", "Ivory Coast", "Central African Republic", "Sao Tome and Principe", "Sierra Leone", "South Sudan", "Zimbabwe", "Palestine", "Palestine State"]; // Lna var AbbiCal = "https://meetings.hubspot.com/deepanshu_arora/abbi-new"; var ChrisOCal = "https://meetings.hubspot.com/deepanshu_arora/chris-o-toddle-walkthrough"; var JennieCal = "https://meetings.hubspot.com/deepanshu_arora/nick-new"; var DiegoCal = "https://meetings.hubspot.com/deepanshu_arora/latam-new"; var DiegoTeacherCal = "https://meetings.hubspot.com/diego224/diego-quick-chat"; var MisbahCal = "https://meetings.hubspot.com/deepanshu_arora/misbah-toddle-walkthrough"; var AndresCal = "https://meetings.hubspot.com/deepanshu_arora/andres-new"; var AmitCal = "https://meetings.hubspot.com/amit103"; var sarthakCal = "https://meetings.hubspot.com/sarthak-sighat"; var aliceCal = "https://meetings.hubspot.com/alice-pereira"; var lnaCal = "https://meetings.hubspot.com/deepanshu_arora/lna-new"; var NimishaCal = "https://meetings.hubspot.com/nimisha-mehta/toddle-play"; var ElizabethCal = "https://meetings.hubspot.com/elizabeth-valcarcel/toddle-play"; // new Logic Build var hubspotSelectedProdcuts = ""; products.forEach(prod => { hubspotSelectedProdcuts+=prod+";" }); // var hubspotSelectedProdcuts = _.replace(products, ",", ";"); // hubspotSelectedProdcuts = hubspotSelectedProdcuts.replace(",", ";"); // hubspotSelectedProdcuts = products+";"; console.log(products); console.log(hubspotSelectedProdcuts); var payload = "email=" + fieldData["email"] + "&firstname=" + fieldData["fname"] + "&lastname=" + fieldData["lname"] + "&inbound_school_name=" + fieldData["school"] + "&country=" +fieldData["country"] + "&product="+ hubspotSelectedProdcuts; if(!_.isEqual(fieldData["role"],"Teacher") && !_.isEqual(fieldData["role"],"Grade Leader")){ if(_.isEqual(language,"Spanish") && _.isEqual(products , ["Early Years"])){ window.location.assign(`${ElizabethCal}?${payload}`); } else if(_.isEqual(language,"English") && _.isEqual(products, ["Early Years"])){ window.location.assign(`${NimishaCal}?${payload}`); } else if(_.isEqual(language,"Spanish")){ if(_.includes(countrySet5, fieldData["country"])){ window.location.assign(`${AndresCal}?${payload}`); } else { window.location.assign(`${DiegoCal}?${payload}`); } } else { // if(_.isEqual(product_type, "PYP") || _.isEqual(product_type, "MYP") || _.isEqual(product_type, "BOTH")){ if(_.includes(countrySet1, fieldData["country"])){ window.location.assign(`${ChrisOCal}?${payload}`); } else if(_.includes(countrySet2, fieldData["country"])){ window.location.assign(`${DiegoCal}?${payload}`); } else if(_.includes(countrySet3, fieldData["country"])){ window.location.assign(`${AndresCal}?${payload}`); } else if(_.includes(countrySet4, fieldData["country"])){ window.location.assign(`${JennieCal}?${payload}`); } else if(_.includes(countrySet6, fieldData["country"])){ window.location.assign(`${lnaCal}?${payload}`); } else { window.location.assign(`${AbbiCal}?${payload}`); } // } else if(_.isEqual(product_type, "DP")) { // window.location.assign(`${MisbahCal}?${payload}`); // } else { // window.location.assign(`${MisbahCal}?${payload}`); // } } } else { if (_.isEqual(products, ["Early Years"])){ window.location.replace("https://www.toddleapp.com/thank-you/?role=Teacher"); } else if(_.isEqual(language,"Spanish")){ window.location.assign(`${aliceCal}?${payload}`); } else { if(_.includes(countrySet2, fieldData["country"])){ // window.location.assign(`${DiegoTeacherCal}?${payload}`); window.location.assign(`${aliceCal}?${payload}`); } else { window.location.assign(`${AmitCal}?${payload}`); // window.location.assign("
/thank-you/?role=Teacher"); } } // window.location.replace("
/thank-you/?role=Teacher"); } // new Logic Build } }, error: function(status) { jQuery(".download-form-loading").css("display", "none"); jQuery("#-alertBox").text("Something went wrong"); jQuery("#-alertBox").fadeIn(300); setTimeout(function() { jQuery("#-alertBox").fadeOut(300); }, 3000); } }); return true; }); var allschools = ["test", "test 2"]; if ((jQuery.inArray(fieldData["school"], allschools) == -1)){ var data1 = { country: fieldData["country"], school_name: fieldData["school"] }; var json1 = JSON.stringify(data1); $.ajax({ type: "POST", url: "https://apigw.toddleapp.com/auth/website/addNewSchool", data: json1, contentType: "application/json; charset=utf-8", dataType: "json", success: function(msg) { console.log(json1); console.log("called new school"); }, error: function(status) { console.log("called new school with error"); } }); } });
Please rectify the errors in your form
+
Let's save you a seat!
Fill in your information and discover a world of teaching and learning webinars, events, and videos!
FAQs
Outdoor Adventures in the Early Years? ›
Playing outdoors allows children to develop self-confidence, independence and self-esteem. They also become aware of limits, boundaries and challenge in their play. When children are used to playing outdoors, they are more likely to: try new activities. engage with others.
What is outdoor play in early years? ›Playing outdoors allows children to develop self-confidence, independence and self-esteem. They also become aware of limits, boundaries and challenge in their play. When children are used to playing outdoors, they are more likely to: try new activities. engage with others.
Why is outdoor play important in early childhood? ›Playing Outside Encourages Emotional Development
By being presented with opportunities to try something new, children independently test their own abilities and learn new skills. This allows them to develop stronger self-awareness and a sense of independence as they grow more confident in their capabilities.
Other traditional examples of outdoor recreational activities include hiking, camping, mountaineering, cycling, dog walking, canoeing, caving, kayaking, rafting, rock climbing, running, sailing, skiing, sky diving and surfing.
What is outdoor activities and example? ›Outdoor recreation refers to leisure activities that take place in a natural setting and benefit the body, mind and/or spirit. Examples are hiking, fishing, skiing, snowmobiling and wildlife viewing. Outdoor recreation can overlap with competitive outdoor activities such as orienteering or ski races.
What are 5 elements that make outdoor play important? ›The benefits of playing outdoors
Physical skills are important for growth, physical coordination, gross motor skills, movement of the body, the immune system, and mental health.
Dr. Montessori believed that the outdoor environment is a natural extension of the classroom. In our outdoor environments, children are able to build on their classroom knowledge through the sensorial experiences of nature and through constant contact with the seasons and the natural world.
Why kids need outdoor activities? ›Improvements to sleep, mood and social skills
“Outdoor play helps children grow socially, helping them to develop healthy ways of forming friendships, responding to physical interaction, and using their imaginations to entertain each other,” says Dr. Lockwood.
Spending time in nature and the natural light can improve your mood and reduce stress and depression. Engaging in physical activity produces similar benefits and often times relaxes and cheers people up. Your self-esteem will improve. Outdoor exercise stimulates all five senses in a way that indoor activities cannot.
What are the benefits of outdoor play in education? ›- It invites children to learn science. ...
- It creates opportunities for social interaction and collaboration. ...
- It promotes physical health. ...
- It invites new contexts for learning. ...
- It promotes better sleep. ...
- It gives children a chance to take appropriate risks.
What are the 11 essential tips for outdoor activities? ›
- Pack a first aid kit. ...
- Bring emergency supplies. ...
- Learn the ABC's of treating emergencies. ...
- Before you leave, find out the weather report. ...
- Arrive early. ...
- Check for potential hazards. ...
- Avoid areas of natural hazards. ...
- Inspect the site.
Being outdoors also helps children improve their focus to learn better. Happier and Healthier Children. Being outdoors gives children more opportunities to be physically active, improves their motor skills, strengthens their immune system and reduces risk of myopia.
How does outdoor learning help preschoolers? ›Outdoor learning has positive impacts for children – it works on their intrinsic motivation for learning, provides enjoyable lessons, increases creativity, and activates thinking outside the box.
What are the 3 categories of outdoor activity? ›Outdoor activities in public spaces can be divided into three categories, each of which places very different demands on the physical environment: necessary activities, optional activities, and social activities.
What's the most popular outdoor activity? ›Running was the the most popular outdoor activity amongst people in the United States in 2021, accounting for over 64 million participants. The second most popular outdoor sport in the North American country was hiking with approximately 58 million participants during the same year.
What are 3 examples of outdoor? ›Examples of outdoor activities include adventure racing, backpacking, cycling, camping, canoeing, disc golf, fishing, hiking, sailing, skiing, surfing, and different types of sports.
What are 5 recreational activities? ›Examples of recreation activities are walking, swimming, meditation, reading, playing games and dancing. Leisure refers to the free time that people can spend away from their everyday responsibilities (e.g. work and domestic tasks) to rest, relax and enjoy life.
What are examples of outdoor education? ›What is an example of an outdoor learning activity? A nature hike is a great example of an outdoor learning activity. While hiking, children can learn about plant or insect identification, trail safety, physical health, and more.
What is outdoor learning activity? ›Outdoor Learning is active learning in the outdoors. In Outdoor Learning participants learn through what they do, through what they encounter and through what they discover. Participants learn about the outdoors, themselves and each other, while also learning outdoor skills.
What are outdoor play materials? ›- A Ball. Balls of all sizes are basic and necessary. ...
- Outdoor Chalk. From hopscotch to tic-tac-toe, outdoor chalk in bright and bold colors has countless uses. ...
- Riding Toys. ...
- A Water/Sand Table. ...
- A Playhouse. ...
- Swings. ...
- A Slide.
What does Piaget say about outdoor play? ›
Piaget's main theory was that play should encourage further psychological development as children mature. Playing outside can incorporate all areas of learning and help kids to become more aware of their environment.
What is Reggio Emilia theory outdoor play? ›A Reggio Emilia playground is designed around a circular central meeting place and then emanates outwards and uses elements found in nature for children to use to create imaginative play. Outdoor kitchens with utensils with a sandpit nearby can generate countless variations of role playing and imaginative play.
How does outdoor play help a child's cognitive development? ›Experts at Harvard have discovered that outdoor play improves executive function in kids. This means that it helps them get better at planning, prioritization, troubleshooting, multitasking, and negotiating.
What are the 4 types of play in early childhood? ›- Physical play. Physical play can include dancing or ball games. ...
- Social play. By playing with others, children learn how to take turns, cooperate and share. ...
- Constructive play. ...
- Fantasy play. ...
- Games with rules.
The types of play include physical, dramatic, sensory, nature, music and art, and age-appropriate play. Children need the various types of play in order to support and facilitate meaningful learning opportunities as they develop language, motor, social, emotional, and cognitive abilities.
What is the most common type of play in early childhood? ›Also sometimes known as independent or non-social play, solitary play usually happens when your child is 2 to 3 years old but common in children of all ages. Solitary play is when a child plays alone. It could involve playing with toys or puzzles, drawing, role playing or play types depending on their age.
What are outdoor games? ›Sports or athletic games typically performed in the open, including physical exertion, are referred to as outdoor games. All across the world, people enjoy playing outdoor games and sports since they are fun and beneficial for physical fitness.
What happens to kids who don't play outside? ›Children spending less time outdoors has been linked to decreased appreciation of our environment, health problems including childhood obesity and vitamin D deficiency, diminished use of the senses, attention difficulties, and higher rates of emotional illnesses like anxiety and depression.
How do you promote outdoor activities? ›- Social Media. Be active on social media to advertise your program, specifically Facebook. ...
- Website. If you do not have a website, go set one up immediately. ...
- Media. ...
- Email. ...
- Start a Newsletter. ...
- Text. ...
- Use Technology. ...
- Flyers.
Play improves the cognitive, physical, social, and emotional well-being of children and young people. Through play, children learn about the world and themselves. They also learn skills they need for study, work and relationships such as: confidence.
Why is outdoor and nature play important? ›
Playing outdoors is important for developing capacities for creativity, symbolic play, problem solving and intellectual development. Outdoor play has clear physical benefits for developing children including helping children to acquire gross motor skills, eye-hand coordination and helping to prevent obesity.
What is children's outside play? ›Outdoor play is a great way to model the joy of physical activity. When children run, jump, climb, throw and kick balls, and ride toys that require balance, they also build gross motor skills and start developing a habit of being active.
What are the five examples of play? ›- Physical play. Physical play can include dancing or ball games. ...
- Social play. By playing with others, children learn how to take turns, cooperate and share. ...
- Constructive play. Constructive play is where children experiment with drawing, music and building things. ...
- Fantasy play. ...
- Games with rules.
“Outdoor play helps children grow socially, helping them to develop healthy ways of forming friendships, responding to physical interaction, and using their imaginations to entertain each other,” says Dr. Lockwood.
Why is outdoor learning important? ›Outdoor learning improves child development, supports mental health and wellbeing, deepens nature connection and promotes more inclusive and engaging learning.
What are the cognitive benefits of outdoor play? ›Experts at Harvard have discovered that outdoor play improves executive function in kids. This means that it helps them get better at planning, prioritization, troubleshooting, multitasking, and negotiating.
What is play activity in preschool? ›Play is how preschoolers learn, experiment and solve problems. It's important to follow preschoolers' interests when you play with them. Try messy play, dress-ups, play with boxes, outdoor play, art and craft, reading, board games and more.
What kind of play do children engage in? ›The Different Stages of Play
Children will participate in many different types of play as they grow. This includes the six stages of play outlined by sociologist Mildred Parten in 1932: unoccupied play, solitary play, onlooker play, parallel play, associative play, and cooperative play.
Practice play, the most common type of play during the first years of life, is composed of repetitions of the same movements and actions, both with and without objects. When a baby plays peek-a-boo, hiding his face behind a blanket, over and over again, this is practice play.
What are the 6 basic types of play? ›- Unoccupied play. This type of play sets the foundation for the stages that follow. ...
- Solitary play. ...
- Onlooker play. ...
- Parallel play. ...
- Associative play. ...
- Cooperative play.