Thank you for entering the waitlist! 😉
We will contact you shortly.
document.querySelector('input[name="Birth"]').addEventListener('onkeyup',function(){
var v=this.value;if(v.match(/^d{2}$/)!==null){this.value=v+'-'}else if(v.match(/^d{2}-d{2}$/)!==null){this.value=v+'-'}
});
var currentUrl=window.location.href;
if(currentUrl.includes('success-enroll')){
document.querySelector('#enroll-child-form').style.display='none';document.querySelector('#success-enroll').style.display='block';
}