function CheckMultiple1(frm, name) { for (var i=0; i < frm.length; i++) { fldObj = frm.elements[i]; fldId = fldObj.id; if (fldId) { var fieldnamecheck=fldObj.id.indexOf(name); if (fieldnamecheck != -1) { if (fldObj.checked) { return true; } } } } return false; } function CheckForm1(f) { if (f.email.value == "email") { alert("Please enter your email address."); f.email.focus(); return false; } var fname = "CustomFields_1_1"; var fld = document.getElementById(fname); if (fld.value == "") { alert("Please enter a value for field first name"); fld.focus(); return false; } var fname = "CustomFields_2_1"; var fld = document.getElementById(fname); if (fld.value == "") { alert("Please enter a value for field last name"); fld.focus(); return false; } var fname = "CustomFields_4_1"; var fld = document.getElementById(fname); if (fld.value == "") { alert("Please enter a value for field Tel:-"); fld.focus(); return false; } CheckNum = parseInt(fld.value); if(fld.value != "" && isNaN(CheckNum)) { alert("Please enter a numeric value for field Tel:-"); fld.select(); fld.focus(); return false; } var fldcheck = CheckMultiple1(f, "CustomFields[5_1]"); if (!fldcheck) { alert("Please choose an option for field GDPR Data Policy"); return false; } return true; };
On This Page Why are childminders a good childcare option? Why would parents choose childminding? Where are all the childminders? What are the requirements for childminders? Services & Support for Childminders Why are childminders a good childcare option? Childminders play an important role in giving parents a greater choice of high quality, flexible childcare and family support services. The combination of continuity of care and ability to offer one to one care makes childminders a good option for parents looking for childcare. Childminder';s are a good choice of childcare because: they provide a family environment most are flexible and work around your requirements. Why would parents choose childminding? If you are looking for flexible, home based childcare in a family environment, then you have come to the right place. Why choose a childminder to care for your child? choosing the best care for your child and family, is one of the most important decisions you will make. Many parents prefer having their young children cared for in a home setting rather than the more institutional environment of a nursery. Childminding offers a secure, homely environment and continuity of care by one familiar adult. Children often stay with the same childminder for many years and parents value it as a personal service. Childminders offer a flexible service, which can accommodate unsociable working hours, out of school care and siblings of different ages. Where are all the childminders?
read more →