choithramschoolnorthcampus.org
Open in
urlscan Pro
2606:4700:3033::6815:2a8d
Public Scan
URL:
https://choithramschoolnorthcampus.org/admission/
Submission: On October 27 via api from US — Scanned from CA
Submission: On October 27 via api from US — Scanned from CA
Form analysis
1 forms found in the DOMPOST
<form action="" id="user_login_frm" enctype="multipart/form-data" method="post" novalidate="novalidate">
<input class="input--style-5" type="hidden" name="language" value="EN" readonly="">
<div class="alert alert-success">
<div class="row">
<div class="col-sm-12">
<div class="form-group">
<div> <select name="class_admission" class="form-control" id="class" onchange="if (!window.__cfRLUnblockHandlers) return false; show()">
<option value="">Select Class</option>
<option value="Nursery">Nursery</option>
<option value="Jr.Montessori">Jr.Montessori</option>
<option value="Sr.Montessori">Sr.Montessori</option>
<option value="I">I</option>
<option value="II">II</option>
<option value="III">III</option>
<option value="IV">IV</option>
<option value="V">V</option>
</select></div>
</div>
</div>
</div>
</div>
<h4> Student's Details </h4>
<div class="row">
<div class="col-sm-4">
<div class="form-group">
<input class="form-control" type="text" name="first_name" placeholder="First Name" maxlength="32">
</div>
</div>
<div class="col-sm-4">
<div class="form-group">
<input class="form-control" type="text" name="last_name" placeholder="Last Name" maxlength="22">
</div>
</div>
<div class="col-sm-4">
<div class="form-group"> Gender: <input type="radio" name="gender" value="Male"> Male <input type="radio" name="gender" value="Female"> Female </div>
</div>
</div>
<style>
button.Zebra_DatePicker_Icon {
background: url(images/icons.png) center top no-repeat;
border: none;
cursor: pointer;
display: block;
height: 16px;
line-height: 0;
padding: 0;
position: absolute;
text-indent: -9000px;
width: 16px
}
</style>
<div class="row">
<div class="col-sm-4">
<div class="form-group">
<p id="s"></p>
<!-- Date of Birth<input class="form-control stu_dob" type="text" name='stu_dob' id="stu_dob" readonly>!-->
<!--Date of Birth <input id='datepicker-dates-interval' type='text' name='stu_dob' class='form-control' readonly>!-->
</div>
</div>
<script type="text/javascript">
function show() {
var e = document.getElementById('class').value;
if (e == 'Nursery') {
document.getElementById('s').innerHTML =
"Date of Birth<input type='text' id='datepicker' name='stu_dob' class='form-control' readonly> <b>Eligibility for admission in Nursery for the session 2025-26 : Born Between 01.04.2021 to 31.03.2022.</b>";
$('#datepicker').Zebra_DatePicker({
direction: ['2021-04-01', '2022-03-31']
});
} else if (e == 'Jr.Montessori') {
document.getElementById('s').innerHTML =
"Date of Birth<input type='text' id='datepicker' name='stu_dob' class='form-control' readonly> <input type='text' name='last_school' class='form-control' placeholder='Last School Attend'> <input type='text' name='board' class='form-control' placeholder='Board Name'> <input type='text' name='marks' class='form-control' placeholder='Marks / Grades'> <input type='text' class='form-control' name='year' placeholder='Year'> <b>Eligibility for admission in Jr Montessori for the session 2025-26 : Born Between 01.04.2020 - 31-03-2021.</b>";
$('#datepicker').Zebra_DatePicker({
direction: ['2020-04-01', '2021-03-31']
});
} else if (e == 'Sr.Montessori') {
document.getElementById('s').innerHTML =
"Date of Birth<input type='text' id='datepicker' name='stu_dob' class='form-control' readonly> <input type='text' name='last_school' class='form-control' placeholder='Last School Attend'> <input type='text' name='board' class='form-control' placeholder='Board Name'> <input type='text' name='marks' class='form-control' placeholder='Marks / Grades'> <input type='text' class='form-control' name='year' placeholder='Year'> <b>Eligibility for admission in Sr.Montessori for the session 2025-26 : Born Between 01.04.2019 - 31-03-2020.</b>";
$('#datepicker').Zebra_DatePicker({
direction: ['2019-04-01', '2020-03-31']
});
} else if (e == 'I') {
document.getElementById('s').innerHTML =
"Date of Birth<input type='text' id='datepicker' name='stu_dob' class='form-control' readonly> <input type='text' name='last_school' class='form-control' placeholder='Last School Attend'> <input type='text' name='board' class='form-control' placeholder='Board Name'> <input type='text' name='marks' class='form-control' placeholder='Marks / Grades'> <input type='text' class='form-control' name='year' placeholder='Year'> <b>Eligibility for admission in I for the session 2025-26 : Born Between 01.04.2018 - 31-03-2019.</b>";
$('#datepicker').Zebra_DatePicker({
direction: ['2018-04-01', '2019-03-31']
});
} else if (e == 'II' || e == 'III' || e == 'IV' || e == 'V') {
document.getElementById('s').innerHTML =
"Date of Birth<input type='text' id='datepicker' name='stu_dob' class='form-control' readonly> <input type='text' name='last_school' class='form-control' placeholder='Last School Attend'> <input type='text' name='board' class='form-control' placeholder='Board'> <input type='text' name='marks' class='form-control' placeholder='Marks / Grades'> <input type='text' class='form-control' name='year' placeholder='Year'>";
$('#datepicker').Zebra_DatePicker({
direction: ['2012-04-01', '2019-04-01']
});
} else {
document.getElementById('s').innerHTML = '';
}
}
</script>
<div class="col-sm-4">
<div class="form-group">
<select name="religion" style="width:100%" onchange="if (!window.__cfRLUnblockHandlers) return false; Checkreligion(this.value);">
<option value="">-Religion -</option>
<option value="BUDDHISM">BUDDHISM</option>
<option value="CHRISTIAN">CHRISTIAN</option>
<option value="HINDU">HINDU</option>
<option value="JAIN">JAIN</option>
<option value="MUSLIM">MUSLIM</option>
<option value="PARSI">PARSI</option>
<option value="SIKH">SIKH</option>
<option value="OTHER">OTHER</option>
</select>
<input class="form-control" type="text" name="religion_other" id="religion" style="display:none;width:100%" placeholder="Please specify..." maxlength="30">
</div>
</div>
<div class="col-sm-4">
<div class="form-group">
<select name="category" style="width:100%">
<option value="">- Category -</option>
<option value="GEN">GEN</option>
<option value="OBC">OBC</option>
<option value="ST">ST</option>
<option value="SC">SC</option>
</select>
</div>
</div>
<div class="col-sm-4">
<div class="form-group">
<input class="form-control" type="text" name="caste" placeholder="Caste" style="width:100%">
</div>
</div>
</div>
<div class="clearfix"></div>
<h4>Father's Details </h4>
<div class="row">
<div class="col-sm-4">
<div class="form-group">
<input class="form-control" type="text" name="father_first_name" placeholder="First Name" maxlength="30">
</div>
</div>
<div class="col-sm-4">
<div class="form-group">
<input class="form-control" type="text" name="father_last_name" placeholder="Last Name" maxlength="20">
</div>
</div>
<div class="col-sm-4">
<div class="form-group">
<input class="form-control" type="text" onkeypress="if (!window.__cfRLUnblockHandlers) return false; return isNumberKey(event)" name="father_mobile" maxlength="10" placeholder="Mobile No." id="father_mobile">
<span id="father_mobile_no_error" class="error"></span>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="form-group">
<select name="father_edu" onchange="if (!window.__cfRLUnblockHandlers) return false; Checkoccupation(this.value);" style="width:100%">
<option value="">Education</option>
<option value="GRADUATE">GRADUATE</option>
<option value="POST-GRADUATE">POST-GRADUATE</option>
<option value="PROFESSIONAL">PROFESSIONAL</option>
<option value="OTHER">OTHER</option>
</select>
<input class="form-control" type="text" name="father_edu_other" id="occupation" style="display:none;widh:100%" placeholder="Please specify..." maxlength="30">
</div>
</div>
<div class="col-sm-4">
<div class="form-group">
<select name="father_occupation" onchange="if (!window.__cfRLUnblockHandlers) return false; Checkoccupation2(this.value);" style="width:100%">
<option value="">Occupation</option>
<option value="SERVICE">SERVICE</option>
<option value="BUSINESS">BUSINESS</option>
<option value="SELFEMPLOYED">SELF EMPLOYED </option>
<option value="OTHER">OTHER</option>
</select>
<input class="form-control" type="text" name="father_occupation_other" id="occupation2" style="display:none;width:100%" placeholder="Please specify..." maxlength="35">
</div>
</div>
<div class="col-sm-4">
<div class="form-group">
<input class="form-control" type="text" onkeypress="if (!window.__cfRLUnblockHandlers) return false; return isNumberKey(event)" name="father_office_phone" placeholder="Office Phone No.">
</div>
</div>
</div>
<div class="row">
<div class="col-sm-8">
<div class="form-group">
<input class="form-control" type="email" name="father_email" placeholder="Email Address" maxlength="50">
<span id="father_email_address_error" class="error"></span>
</div>
</div>
</div>
<h5> Last School Attended </h5>
<div class="row">
<div class="col-sm-1">
<div class="form-group"> 1. </div>
</div>
<div class="col-sm-5">
<div class="form-group">
<input class="form-control" type="text" name="father_school_name" placeholder="School" maxlength="40">
</div>
</div>
<div class="col-sm-3">
<div class="form-group">
<input class="form-control" type="text" name="father_school_city_name" placeholder="City" maxlength="30">
</div>
</div>
<div class="col-sm-3">
<div class="form-group">
<input class="form-control" type="text" name="father_school_year" placeholder="Yr." maxlength="4">
</div>
</div>
</div>
<h5> Last College / Institute Attended </h5>
<div class="row">
<div class="col-sm-1">
<div class="form-group"> 1. </div>
</div>
<div class="col-sm-5">
<div class="form-group">
<input class="form-control" type="text" name="father_college_name" placeholder="College" maxlength="40">
</div>
</div>
<div class="col-sm-3">
<div class="form-group">
<input class="form-control" type="text" name="father_college_city_name" placeholder="City" maxlength="30">
</div>
</div>
<div class="col-sm-3">
<div class="form-group">
<input class="form-control" type="text" name="father_college_year" placeholder="Yr." maxlength="4">
</div>
</div>
</div>
<div class="clearfix"></div>
<h4>Mother's Details </h4>
<div class="row">
<div class="col-sm-4">
<div class="form-group">
<input class="form-control" type="text" name="mother_first_name" placeholder="First Name" maxlength="30">
</div>
</div>
<div class="col-sm-4">
<div class="form-group">
<input class="form-control" type="text" name="mother_last_name" placeholder="Last Name" maxlength="20">
</div>
</div>
<div class="col-sm-4">
<div class="form-group">
<input class="form-control" type="text" onkeypress="if (!window.__cfRLUnblockHandlers) return false; return isNumberKey(event)" name="mother_mobile" maxlength="10" placeholder="Mobile No." id="mother_mobile">
</div>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="form-group">
<select name="mother_edu" onchange="if (!window.__cfRLUnblockHandlers) return false; Checkoccupation1(this.value);" style="width:100%">
<option value="">Education</option>
<option value="GRADUATE">GRADUATE</option>
<option value="POST-GRADUATE">POST-GRADUATE</option>
<option value="PROFESSIONAL">PROFESSIONAL</option>
<option value="OTHER">OTHER</option>
</select>
<input class="form-control" type="text" name="mother_edu_other" id="occupation1" maxlength="30" style="display:none;width:100%" placeholder="Please specify...">
</div>
</div>
<div class="col-sm-4">
<div class="form-group">
<select name="mother_occupation" onchange="if (!window.__cfRLUnblockHandlers) return false; Checkoccupation3(this.value);" style="width:100%">
<option value="">Occupation</option>
<option value="SERVICE">SERVICE</option>
<option value="BUSINESS">BUSINESS</option>
<option value="SELFEMPLOYED">SELF EMPLOYED</option>
<option value="HOMEMAKER">HOMEMAKER</option>
<option value="OTHER">OTHER</option>
</select>
<input class="form-control" type="text" name="mother_occupation_other" id="occupation3" maxlength="30" style="display:none;width:100%" placeholder="Please specify...">
</div>
</div>
<div class="col-sm-4">
<div class="form-group">
<input class="form-control" type="text" onkeypress="if (!window.__cfRLUnblockHandlers) return false; return isNumberKey(event)" name="mother_office_phone" placeholder="Office Phone No.">
</div>
</div>
</div>
<div class="row">
<div class="col-sm-8">
<div class="form-group">
<input class="form-control" type="email" name="mother_email" id="mother_email" placeholder="Email Address" maxlength="50">
<span id="father_email_address_error" class="error"></span>
</div>
</div>
</div>
<h5> Last School Attended </h5>
<div class="row">
<div class="col-sm-1">
<div class="form-group"> 1. </div>
</div>
<div class="col-sm-5">
<div class="form-group">
<input class="form-control" type="text" name="mother_school_name" placeholder="School" maxlength="30">
</div>
</div>
<div class="col-sm-3">
<div class="form-group">
<input class="form-control" type="text" name="mother_school_city_name" placeholder="City" maxlength="20">
</div>
</div>
<div class="col-sm-3">
<div class="form-group">
<input class="form-control" type="text" name="mother_school_year" placeholder="Yr." maxlength="4">
</div>
</div>
</div>
<h5> Last College / Institute Attended </h5>
<div class="row">
<div class="col-sm-1">
<div class="form-group"> 1. </div>
</div>
<div class="col-sm-5">
<div class="form-group">
<input class="form-control" type="text" name="mother_college_name" placeholder="College" maxlength="30">
</div>
</div>
<div class="col-sm-3">
<div class="form-group">
<input class="form-control" type="text" name="mother_college_city_name" placeholder="City" maxlength="20">
</div>
</div>
<div class="col-sm-3">
<div class="form-group">
<input class="form-control" type="text" name="mother_college_year" placeholder="Yr." maxlength="4">
</div>
</div>
</div>
<h4>Residential Address</h4>
<div class="row">
<div class="col-sm-12">
<div class="form-group">
<input class="form-control" type="text" name="res_address" placeholder="Residential Address" maxlength="85">
</div>
</div>
</div>
<h4> Please give particulars of brother/sister(real) if studying in Choithram School North Campus </h4>
<div class="table-responsive">
<table width="100%" class="table ">
<thead>
<tr>
<th width="8%">Sr.No.</th>
<th width="20%">Name</th>
<th width="20%">Class</th>
<th width="20%">Section</th>
<th width="20%">Scholar No</th>
</tr>
</thead>
<tbody>
<tr>
<td>1.</td>
<td><input class="form-control" type="text" name="name" placeholder="Name" maxlength="30"></td>
<td><select name="class">
<option value="">---------</option>
<option value="Nursery">Nursery</option>
<option value="Jr.Montessori">Jr.Montessori</option>
<option value="Sr.Montessori">Sr.Montessori</option>
<option value="I">I</option>
<option value="II">II</option>
<option value="III">III</option>
<option value="IV">IV</option>
<option value="V">V</option>
<option value="VI">VI</option>
<option value="VII">VII</option>
<option value="VIII">VIII</option>
<option value="IX">IX</option>
<option value="XI">XI</option>
</select></td>
<td><select name="section">
<option value="">---------</option>
<option value="A">A</option>
<option value="B">B</option>
<option value="C">C</option>
<option value="D">D</option>
<option value="E">E</option>
<option value="E">F</option>
<option value="G">G</option>
<option value="H">H</option>
</select>
</td>
<td><input class="form-control" type="text" name="scholar" placeholder="Scholar No" maxlength="5"></td>
</tr>
<tr>
<td>2.</td>
<td><input class="form-control" type="text" name="name1" placeholder="Name" maxlength="30"></td>
<td><select name="class1">
<option value="">---------</option>
<option value="Nursery">Nursery</option>
<option value="Jr.Montessori">Jr.Montessori</option>
<option value="Sr.Montessori">Sr.Montessori</option>
<option value="I">I</option>
<option value="II">II</option>
<option value="III">III</option>
<option value="IV">IV</option>
<option value="V">V</option>
<option value="VI">VI</option>
<option value="VII">VII</option>
<option value="VIII">VIII</option>
<option value="IX">IX</option>
<option value="XI">XI</option>
</select></td>
<td><select name="section1">
<option value="">---------</option>
<option value="A">A</option>
<option value="B">B</option>
<option value="C">C</option>
<option value="D">D</option>
<option value="E">E</option>
<option value="E">F</option>
<option value="G">G</option>
<option value="H">H</option>
</select>
</td>
<td><input class="form-control" type="text" name="scholar1" placeholder="Scholar No" maxlength="5"></td>
</tr>
</tbody>
</table>
</div>
<h4> Are you Alumni of Choithram School North Campus ? </h4>
<div class="row">
<div class="col-sm-6">
<div class="form-group"> 1.Father <select name="father_alumni" onchange="if (!window.__cfRLUnblockHandlers) return false; Checkalumnif(this.value);" style="width:100%">
<option value="">------</option>
<option value="Yes">Yes</option>
<option value="No">No</option>
</select>
<select name="father_alumni_other" class="input--style-5" id="alumni1" style="display:none;width:100%">
<option value="">-Year -</option>
<option value="2014">2014</option>
<option value="2013">2013</option>
<option value="2012">2012</option>
<option value="2011">2011</option>
<option value="2010">2010</option>
<option value="2009">2009</option>
<option value="2008">2008</option>
<option value="2007">2007</option>
<option value="2006">2006</option>
<option value="2005">2005</option>
<option value="2004">2004</option>
<option value="2003">2003</option>
<option value="2002">2002</option>
<option value="2001">2001</option>
<option value="2000">2000</option>
<option value="1999">1999</option>
<option value="1998">1998</option>
<option value="1997">1997</option>
<option value="1996">1996</option>
<option value="1995">1995</option>
<option value="1994">1994</option>
<option value="1993">1993</option>
<option value="1992">1992</option>
<option value="1991">1991</option>
<option value="1990">1990</option>
<option value="1989">1989</option>
<option value="1988">1988</option>
<option value="1987">1987</option>
<option value="1986">1986</option>
<option value="1985">1985</option>
<option value="1984">1984</option>
<option value="1983">1983</option>
<option value="1982">1982</option>
<option value="1981">1981</option>
<option value="1980">1980</option>
<option value="1979">1979</option>
<option value="1978">1978</option>
<option value="1977">1977</option>
<option value="1976">1976</option>
<option value="1975">1975</option>
<option value="1974">1974</option>
<option value="1973">1973</option>
<option value="1972">1972</option>
</select>
</div>
</div>
<div class="col-sm-6">
<div class="form-group"> 2. Mother <select name="mother_alumni" onchange="if (!window.__cfRLUnblockHandlers) return false; Checkalumnim(this.value);" style="width:100%">
<option value="">------</option>
<option value="Yes">Yes</option>
<option value="No">No</option>
</select>
<select name="mother_alumni_other" class="input--style-5" id="alumni2" style="display:none;width:100%">
<option value="">-Year -</option>
<option value="2014">2014</option>
<option value="2013">2013</option>
<option value="2012">2012</option>
<option value="2011">2011</option>
<option value="2010">2010</option>
<option value="2009">2009</option>
<option value="2008">2008</option>
<option value="2007">2007</option>
<option value="2006">2006</option>
<option value="2005">2005</option>
<option value="2004">2004</option>
<option value="2003">2003</option>
<option value="2002">2002</option>
<option value="2001">2001</option>
<option value="2000">2000</option>
<option value="1999">1999</option>
<option value="1998">1998</option>
<option value="1997">1997</option>
<option value="1996">1996</option>
<option value="1995">1995</option>
<option value="1994">1994</option>
<option value="1993">1993</option>
<option value="1992">1992</option>
<option value="1991">1991</option>
<option value="1990">1990</option>
<option value="1989">1989</option>
<option value="1988">1988</option>
<option value="1987">1987</option>
<option value="1986">1986</option>
<option value="1985">1985</option>
<option value="1984">1984</option>
<option value="1983">1983</option>
<option value="1982">1982</option>
<option value="1981">1981</option>
<option value="1980">1980</option>
<option value="1979">1979</option>
<option value="1978">1978</option>
<option value="1977">1977</option>
<option value="1976">1976</option>
<option value="1975">1975</option>
<option value="1974">1974</option>
<option value="1973">1973</option>
<option value="1972">1972</option>
</select>
</div>
</div>
</div>
<h4> Other Details</h4>
<div class="row">
<div class="col-sm-6">
<div class="form-group"> 1. Does your child have any physical disability ? <select name="disability" onchange="if (!window.__cfRLUnblockHandlers) return false; Checkoccupation4(this.value);" style="width:100%">
<option value="">------</option>
<option value="Yes">Yes</option>
<option value="No">No</option>
</select>
<input type="text" name="disability_other" class="input--style-5" id="occupation4" style="display:none;width:100%" placeholder="Please specify..." maxlength="52">
</div>
</div>
<div class="col-sm-6">
<div class="form-group"> 2. Does your child need any special attention ? <select name="attention" onchange="if (!window.__cfRLUnblockHandlers) return false; Checkoccupation5(this.value);" style="width:100%">
<option value="">------</option>
<option value="Yes">Yes</option>
<option value="No">No</option>
</select>
<input type="text" name="attention_other" class="input--style-5" id="occupation5" style="display:none;width:100%" placeholder="Please specify..." maxlength="52">
</div>
</div>
</div>
<h4>Upload Documents</h4>
<div class="row">
<div class="col-sm-6">
<div class="form-group"> Upload coloured photo of the Child(Maximum Size is 1MB and only jpg/jpeg/png file Allowed) <input class="input--style-5" type="file" name="image" id="file"
onchange="if (!window.__cfRLUnblockHandlers) return false; return fileValidation()">
</div>
</div>
<div class="col-sm-6">
<div class="form-group"> Upload Birth Certificate of the Child (Maximum Size is 1MB and only jpg/jpeg/png/pdf file Allowed) <input class="input--style-5" type="file" name="birth" id="file1"
onchange="if (!window.__cfRLUnblockHandlers) return false; return fileValidation1()">
</div>
</div>
</div>
<!--<div class="row">
<div class="col-sm-12">
<div class="form-group">
Captcha:-
<input class="input--style-5" type="text" id="captcha" name="captcha" placeolder='Enter Captcha'>
<img src="captcha.php">
</div>
</div>
</div>!-->
<div class="clearfix"></div>
<!--<h4> Select Payment Option</h4>-->
<!--<div class="row">-->
<!-- <div class="col-sm-12" >-->
<!-- <label>-->
<!-- <input type="radio" name="payment_method" value="debit_card" style='margin:12px'>Debit Card-->
<!-- <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT8dB7mgPYaSMku-ImTsmjwdyfNbQbFfIHCWQ&usqp=CAU" width="100">-->
<!-- </label>-->
<!-- <label>-->
<!-- <input type="radio" name="payment_method" value="credit_card" style='margin:12px'>Credit Card-->
<!-- <img src="image/credit.png" width="100">-->
<!-- </label>-->
<!-- <label>-->
<!-- <input type="radio" name="payment_method" value="netbanking" style='margin:12px'>NetBanking-->
<!-- <img src="https://www.icicibank.com/managed-assets/images/offer-zone/brand-logos/internet-banking.png" width="100">-->
<!-- </label>-->
<!-- </div>-->
<!-- </div>-->
<h4> Declaration </h4>
<p>I hereby confirm that all the above information is correct. I also agree that Submission of application form does not imply confirmed admission. </p>
<div class="row">
<div class="col-sm-12">
<!--<div class="form-group">
<input type="hidden" value="yes" name="imply_confirmed" id="imply_confirmed" >
<span id="imply_confirmed_error" class="error"></span></div>
</div>!-->
</div>
<div class="g-recaptcha" data-sitekey="6Lcsjz4pAAAAAE8OY1d0fPuOodgrbxmiteWfeaGR">
<div style="width: 304px; height: 78px;">
<div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-az8yp75rhigy" frameborder="0" scrolling="no"
sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lcsjz4pAAAAAE8OY1d0fPuOodgrbxmiteWfeaGR&co=aHR0cHM6Ly9jaG9pdGhyYW1zY2hvb2xub3J0aGNhbXB1cy5vcmc6NDQz&hl=en&v=lqsTZ5beIbCkK4uGEGv9JmUR&size=normal&cb=byv32ofvgu25"></iframe>
</div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
</div><iframe style="display: none;"></iframe>
</div>
<p> </p>
<div class="form-group text-center">
<input type="submit" class="btn btn-success" name="submit" value="Submit">
</div>
<p> </p>
<script defer="" src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ=="
data-cf-beacon="{"rayId":"8d95ddfb78b27d0c","version":"2024.10.4","r":1,"token":"2289855b5d3045639be72e7b09ccc85e","serverTiming":{"name":{"cfExtPri":true,"cfL4":true,"cfSpeedBrain":true,"cfCacheStatus":true}}}"
crossorigin="anonymous"></script>
<script type="text/javascript">
document.addEventListener('contextmenu', event => event.preventDefault());
document.onkeydown = function(e) {
if (event.keyCode == 123) {
return false;
}
if (e.ctrlKey && e.shiftKey && e.keyCode == 'I'.charCodeAt(0)) {
return false;
}
if (e.ctrlKey && e.shiftKey && e.keyCode == 'J'.charCodeAt(0)) {
return false;
}
if (e.ctrlKey && e.keyCode == 'U'.charCodeAt(0)) {
return false;
}
}
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js" type="text/javascript"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js" type="text/javascript"></script>
<link rel="stylesheet" href="css/jquery-ui.css">
<script src="js/jquery-3.3.1.min.js" type="text/javascript"></script>
<script src="js/jquery-ui.js" type="text/javascript"></script>
<script type="text/javascript">
$('form').on('submit', function(e) {
if (grecaptcha.getResponse() == "") {
e.preventDefault();
alert("You can't proceed Please verify Captcha !");
}
});
</script>
<script type="text/javascript">
$('#file').on('change', function() {
var numb = $(this)[0].files[0].size / 1000 / 1000;
numb = numb.toFixed(1);
if (numb > 1) {
alert('to big, maximum is 1MB. You file size is: ' + numb + ' MB');
file.value = '';
return false;
} else {
//alert('it okey, your file has ' + numb + 'MB')
}
});
</script>
<script type="text/javascript">
$('#file1').on('change', function() {
var numb = $(this)[0].files[0].size / 1000 / 1000;
numb = numb.toFixed(1);
if (numb > 1) {
alert('to big, maximum is 1MB. You file size is: ' + numb + ' MB');
file1.value = '';
return false;
} else {
//alert('it okey, your file has ' + numb + 'MB')
}
});
</script>
<script type="text/javascript">
function fileValidation() {
var fileInput = document.getElementById('file');
var filePath = fileInput.value;
// Allowing file type
var allowedExtensions = /(\.jpg|\.jpeg|\.png)$/i;
if (!allowedExtensions.exec(filePath)) {
alert('Invalid file type only jpg/jpeg/png file Allowed');
fileInput.value = '';
return false;
} else {
// Image preview
if (fileInput.files && fileInput.files[0]) {
var reader = new FileReader();
reader.onload = function(e) {
document.getElementById('imagePreview').innerHTML = '<img src="' + e.target.result + '"/>';
};
reader.readAsDataURL(fileInput.files[0]);
}
}
}
</script>
<script type="text/javascript">
function fileValidation1() {
var fileInput = document.getElementById('file1');
var filePath = fileInput.value;
// Allowing file type
var allowedExtensions = /(\.jpg|\.jpeg|\.png|\.pdf)$/i;
if (!allowedExtensions.exec(filePath)) {
alert('Invalid file type only jpg/jpeg/png/pdf file Allowed');
fileInput.value = '';
return false;
} else {
// Image preview
if (fileInput.files && fileInput.files[0]) {
var reader = new FileReader();
reader.onload = function(e) {
document.getElementById('imagePreview').innerHTML = '<img src="' + e.target.result + '"/>';
};
reader.readAsDataURL(fileInput.files[0]);
}
}
}
</script>
<!-- Main JS-->
<script src="js/jquery.validate.min.js" type="text/javascript"></script>
<script src="js/zebra_datepicker.min.js" type="text/javascript"></script>
<script src="js/examples.js" type="text/javascript"></script>
<script src="js/jquery.validate.min.js" type="text/javascript"></script>
<style type="text/css">
.error {
color: red;
}
</style>
<script type="text/javascript">
jQuery.validator.addMethod("lettersonly", function(value, element) {
return this.optional(element) || /^[a-zA-Z ]+$/i.test(value);
}, "Letters only please");
</script>
<script type="text/javascript">
jQuery.validator.addMethod("led", function(value, element) {
return this.optional(element) || /^[0-9]+$/i.test(value);
}, "Number only please");
</script>
<script type="text/javascript">
$('#user_login_frm').validate({
rules: {
class_admission: {
required: true
},
first_name: {
required: true,
lettersonly: true,
maxlength: 30
},
last_name: {
required: true,
lettersonly: true,
maxlength: 20
},
gender: {
required: true
},
stu_dob: {
required: true
},
last_school: {
required: true,
maxlength: 40
},
board: {
required: true,
maxlength: 40
},
marks: {
required: true,
maxlength: 4
},
year: {
required: true,
led: true,
maxlength: 4
},
religion: {
required: true
},
religion_other: {
required: true,
lettersonly: true,
maxlength: 30
},
caste: {
required: true,
lettersonly: true,
maxlength: 30
},
category: {
required: true
},
father_first_name: {
required: true,
lettersonly: true,
maxlength: 30
},
father_last_name: {
required: true,
lettersonly: true,
maxlength: 30
},
father_mobile: {
required: true,
number: true,
minlength: 10
},
father_edu: {
required: true
},
father_edu_other: {
required: true,
lettersonly: true,
maxlength: 30
},
father_occupation: {
required: true
},
father_occupation_other: {
required: true,
lettersonly: true,
maxlength: 30
},
father_office_phone: {
required: true,
led: true,
minlength: 6,
maxlength: 10
},
father_email: {
required: true
},
res_address: {
required: true,
maxlength: 80
},
father_school_name: {
required: true,
lettersonly: true
},
father_school_city_name: {
required: true,
lettersonly: true,
maxlength: 30
},
father_school_year: {
required: true,
number: true,
minlength: 4,
maxlength: 4
},
father_college_name: {
required: true,
lettersonly: true,
maxlength: 30
},
father_college_city_name: {
required: true,
lettersonly: true,
maxlength: 30
},
father_college_year: {
required: true,
number: true,
minlength: 4,
maxlength: 4
},
mother_first_name: {
required: true,
lettersonly: true,
maxlength: 30
},
mother_last_name: {
required: true,
lettersonly: true,
maxlength: 30
},
mother_mobile: {
required: true,
number: true,
minlength: 10
},
mother_office_phone: {
led: true,
minlength: 6,
maxlength: 10
},
mother_edu: {
required: true
},
mother_edu_other: {
required: true,
lettersonly: true,
maxlength: 50
},
mother_occupation: {
required: true
},
mother_occupation_other: {
required: true,
lettersonly: true,
maxlength: 50
},
mother_email: {
required: true
},
mother_school_name: {
required: true,
lettersonly: true
},
mother_school_city_name: {
required: true,
lettersonly: true,
maxlength: 30
},
mother_school_year: {
required: true,
number: true,
minlength: 4,
maxlength: 4
},
mother_college_name: {
required: true,
lettersonly: true,
maxlength: 50
},
mother_college_city_name: {
required: true,
lettersonly: true,
maxlength: 30
},
mother_college_year: {
required: true,
number: true,
minlength: 4,
maxlength: 4
},
name: {
lettersonly: true,
maxlength: 30
},
name1: {
lettersonly: true,
maxlength: 30
},
scholar: {
number: true,
minlength: 4,
maxlength: 6
},
scholar1: {
number: true,
minlength: 4,
maxlength: 6
},
father_alumni: {
required: true
},
mother_alumni: {
required: true
},
father_alumni_other: {
required: true
},
mother_alumni_other: {
required: true
},
disability: {
required: true
},
disability_other: {
required: true,
lettersonly: true,
maxlength: 50
},
attention: {
required: true
},
attention_other: {
required: true,
lettersonly: true,
maxlength: 50
},
captcha: {
required: true
},
image: {
required: true
},
birth: {
required: true
},
payment_method: {
required: false
}
},
messages: {
first_name: {
required: "Enter First Name"
},
last_name: {
required: "Enter Last Name"
},
gender: {
required: "Select Gender"
},
stu_dob: {
required: "Select Date of Birth"
},
religion: {
required: "Select religion"
},
caste: {
required: "Enter Caste"
},
category: {
required: "Select Category"
},
father_first_name: {
required: "Enter First Name"
},
father_last_name: {
required: "Enter Last Name"
},
father_mobile: {
required: "Enter Mobile No"
},
father_edu: {
required: "Select Education"
},
father_edu_other: {
required: "Please specify"
},
father_occupation: {
required: "Select Occupation"
},
father_occupation_other: {
required: "Please specify"
},
father_office_phone: {
required: "Enter Office Phone No"
},
father_email: {
required: "Enter Email-Id"
},
res_address: {
required: "Enter Residential Address"
},
father_school_name: {
required: "Enter School Name"
},
father_school_city_name: {
required: "Enter School City Name"
},
father_school_year: {
required: "Enter Year"
},
father_college_name: {
required: "Enter College Name"
},
father_college_city_name: {
required: "Enter College City Name"
},
father_college_year: {
required: "Enter Year"
},
mother_first_name: {
required: "Enter First Name"
},
mother_last_name: {
required: "Enter Last Name"
},
mother_mobile: {
required: "Enter Mobile No"
},
mother_edu: {
required: "Select Education"
},
mother_edu_other: {
required: "Please specify"
},
mother_occupation: {
required: "Select Occupation"
},
mother_occupation_other: {
required: "Please specify"
},
mother_email: {
required: "Enter Email-Id"
},
mother_school_name: {
required: "Enter School Name"
},
mother_school_city_name: {
required: "Enter School City Name"
},
mother_school_year: {
required: "Enter Year"
},
mother_college_name: {
required: "Enter College Name"
},
mother_college_city_name: {
required: "Enter College City Name"
},
mother_college_year: {
required: "Enter Year"
},
disability: {
required: "Please Select"
},
attention: {
required: "Please Select"
},
image: {
required: "Please Upload Child Photograph"
},
birth: {
required: "Please Upload Child Birth Certificate"
},
payment_method: {
required: "Please select payment method"
}
}
});
</script>
<script type="text/javascript">
/*function caste1(val){
var element=document.getElementById('caste');
if(val=='HINDU')
element.style.display='block';
else
element.style.display='none';
}*/
</script>
<script type="text/javascript">
function Checkoccupation(val) {
var element = document.getElementById('occupation');
if (val == 'OTHER' || val == 'PROFESSIONAL' || val == 'GRADUATE' || val == 'POST-GRADUATE') element.style.display = 'block';
else element.style.display = 'none';
}
</script>
<script type="text/javascript">
function Checkoccupation1(val) {
var element = document.getElementById('occupation1');
if (val == 'OTHER' || val == 'PROFESSIONAL' || val == 'GRADUATE' || val == 'POST-GRADUATE') element.style.display = 'block';
else element.style.display = 'none';
}
</script>
<script type="text/javascript">
function Checkoccupation2(val) {
var element = document.getElementById('occupation2');
if (val == 'OTHER' || val == 'SERVICE' || val == 'BUSINESS' || val == 'SEFLEPLOYEE') element.style.display = 'block';
else element.style.display = 'none';
}
</script>
<script type="text/javascript">
function Checkoccupation3(val) {
var element = document.getElementById('occupation3');
if (val == 'OTHER' || val == 'SERVICE' || val == 'BUSINESS' || val == 'SEFLEPLOYEE') element.style.display = 'block';
else element.style.display = 'none';
}
</script>
<script type="text/javascript">
function Checkoccupation4(val) {
var element = document.getElementById('occupation4');
if (val == 'Yes') element.style.display = 'block';
else element.style.display = 'none';
}
</script>
<script type="text/javascript">
function Checkoccupation5(val) {
var element = document.getElementById('occupation5');
if (val == 'Yes') element.style.display = 'block';
else element.style.display = 'none';
}
</script>
<script type="text/javascript">
function Checkreligion(val) {
var element = document.getElementById('religion');
if (val == 'OTHER') element.style.display = 'block';
else element.style.display = 'none';
}
</script>
<script type="text/javascript">
function Checkalumnif(val) {
var element = document.getElementById('alumni1');
if (val == 'Yes') element.style.display = 'block';
else element.style.display = 'none';
}
</script>
<script type="text/javascript">
function Checkalumnim(val) {
var element = document.getElementById('alumni2');
if (val == 'Yes') element.style.display = 'block';
else element.style.display = 'none';
}
</script>
</div>
</form>
Text Content
Choithram School North Campus,M.R. 11, Vijay Nagar 452010, CBSE Affiliation No. 1030228 Ph: 6264739071 Email: admission@choithramschoolnorthcampus.org REGISTRATION FORM : ACADEMIC YEAR 2025-2026 PLEASE READ THE ELIGIBILITY CRITERIA BEFORE FILLING THE FORM. 1. Eligibility for admission for the session 2025-26 :- * Nursery : Born Between 01.04.2021 to 31.03.2022. * Jr Montessori : Born Between 01.04.2020 to 31.03.2021. * Sr.Montessori : Born Between 01.04.2019 to 31.03.2020. * Class I : Born Between 01.04.2018 to 31.03.2019. 2. Registration does not ensure Admission. Note:- If your ward is selected for admission, the ADHAR card of your ward will be mandatorily required at the time of admission. 3. The registration form is likely to be rejected if any discrepancy is found. 4. Registration fee is non-refundable.. 5. Fee Structure Click Here Select Class Nursery Jr.Montessori Sr.Montessori I II III IV V STUDENT'S DETAILS Gender: Male Female -Religion - BUDDHISM CHRISTIAN HINDU JAIN MUSLIM PARSI SIKH OTHER - Category - GEN OBC ST SC FATHER'S DETAILS Education GRADUATE POST-GRADUATE PROFESSIONAL OTHER Occupation SERVICE BUSINESS SELF EMPLOYED OTHER LAST SCHOOL ATTENDED 1. LAST COLLEGE / INSTITUTE ATTENDED 1. MOTHER'S DETAILS Education GRADUATE POST-GRADUATE PROFESSIONAL OTHER Occupation SERVICE BUSINESS SELF EMPLOYED HOMEMAKER OTHER LAST SCHOOL ATTENDED 1. LAST COLLEGE / INSTITUTE ATTENDED 1. RESIDENTIAL ADDRESS PLEASE GIVE PARTICULARS OF BROTHER/SISTER(REAL) IF STUDYING IN CHOITHRAM SCHOOL NORTH CAMPUS Sr.No. Name Class Section Scholar No 1. --------- Nursery Jr.Montessori Sr.Montessori I II III IV V VI VII VIII IX XI --------- A B C D E F G H 2. --------- Nursery Jr.Montessori Sr.Montessori I II III IV V VI VII VIII IX XI --------- A B C D E F G H ARE YOU ALUMNI OF CHOITHRAM SCHOOL NORTH CAMPUS ? 1.Father ------ Yes No -Year - 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2004 2003 2002 2001 2000 1999 1998 1997 1996 1995 1994 1993 1992 1991 1990 1989 1988 1987 1986 1985 1984 1983 1982 1981 1980 1979 1978 1977 1976 1975 1974 1973 1972 2. Mother ------ Yes No -Year - 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2004 2003 2002 2001 2000 1999 1998 1997 1996 1995 1994 1993 1992 1991 1990 1989 1988 1987 1986 1985 1984 1983 1982 1981 1980 1979 1978 1977 1976 1975 1974 1973 1972 OTHER DETAILS 1. Does your child have any physical disability ? ------ Yes No 2. Does your child need any special attention ? ------ Yes No UPLOAD DOCUMENTS Upload coloured photo of the Child(Maximum Size is 1MB and only jpg/jpeg/png file Allowed) Upload Birth Certificate of the Child (Maximum Size is 1MB and only jpg/jpeg/png/pdf file Allowed) DECLARATION I hereby confirm that all the above information is correct. I also agree that Submission of application form does not imply confirmed admission.