CINXE.COM
Provisional Admission
<head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Provisional Admission</title> <link href="https://sijouladmission.sandipuniversity.edu.in/assets/css/bootstrap.min.css" rel="stylesheet"> <link href="https://sijouladmission.sandipuniversity.edu.in/assets/css/font-awesome.min.css" rel="stylesheet"> <link href="https://sijouladmission.sandipuniversity.edu.in/assets/css/admission-dashboard.css" rel="stylesheet"> <style> .loader { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background: url('https://sijouladmission.sandipuniversity.edu.in/assets/images/loading.gif') 50% 50% no-repeat rgb(249,249,249); opacity: .8; } </style> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-8W3630EC53"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-8W3630EC53'); </script> </head> <script src="https://www.google.com/recaptcha/api.js" async defer></script> <style> .input-group { display: inline-table!important; } .padding-filed{ padding-right: 2px!important;} .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { padding: 3px!important; } .detail-form .control-label { text-align: center !important; } </style> <body> <div id="wrapper" class="xtoggled"> <div class="container-fluid"> <!-- Sidebar --> <div id="sidebar-wrapper"> <ul class="sidebar-nav"> <li class="sidebar-brand"> <a href="#" class="navbar-brand"> <img src="https://sijouladmission.sandipuniversity.edu.in/assets/images/logo.png" class="img-responsive"></a> </li> <li class="active"><a href="https://sijouladmission.sandipuniversity.edu.in/home"><span class="fa fa-file-text-o" aria-hidden="true"></span>Provisional Admission </a> </li> <li class="hidden"><a href="https://www.sandipuniversity.edu.in/fees-structure.php" target="_blank"><span class="fa fa-money" aria-hidden="true"></span>Fee Structure </a> </li> <li class="hidden"><a href="https://www.sandipuniversity.edu.in/eligibility.php" target="_blank"><span class="fa fa-sticky-note-o" aria-hidden="true"></span>Eligibility Criteria </a> </li> </ul> </div> <!-- /#sidebar-wrapper --> <!-- Page Content --> <div id="page-content-wrapper"> <div class="container-fluid"> <div class="row header-addmission"> <div class="col-lg-12"> <div class="col-lg-8"> <a class="navbar-brand" href="#menu-toggle" id="menu-toggle"><span class="fa fa-bars" aria-hidden="true"></span></a> <h2>Provisional Admission 2024-25 <span>|</span> Online Registration Form</h2> </div> </div> </div> <div class="row form-container"> <div class="col-lg-12"> <!-- tabs --> <div class="tabbable"> <ul class="nav nav-tabs"> </ul> <div class="tab-content form-tab"> <div class="tab-pane active" id="one"> <form class="form-horizontal detail-form" id="basicform" method="POST" action="https://sijouladmission.sandipuniversity.edu.in/Home/admission_info" > <div style="color:red"> </div> <div class="clerfix"> </div> <div class="form-group"> <div class="form-group"> <label class="control-label padding-filed col-sm-1" ></label> <div class="col-sm-3 col-xs-12 padding-filed input-group"> <table> <tbody> <tr> <td>Nationality </td> <td><input type="radio" name="nationality" id="nationalityi" value="Indian" checked></td> <td> INDIAN </td> <td><input type="radio" name="nationality" id="nationalityii" value="INTERNATIONAL"></td> <td> INTERNATIONAL </td> </tr> </tbody> </table> </div> </div> <input type="hidden" name="is_direct" value=''> <input type="hidden" name="um_id" value=''> <label class="control-label col-sm-2" for="email">Name*</label> <!--<small style="color:red">(Note: Name as per on SSC Result.)</small>--> <div class="col-sm-3 col-xs-12 padding-filed input-group"> <span class="input-group-addon"><i class="fa fa-user-o"></i></span> <input type="text" required class="form-control txtOnly" id="sname" placeholder="Enter First Name" name="sname" value=""> </div> <div class="col-sm-3 col-xs-12 padding-filed input-group"> <span class="input-group-addon"><i class="fa fa-user-o"></i></span> <input type="text" class="form-control txtOnly" id="smname" placeholder="Enter Middle Name" name="smname" value=""> </div> <div class="col-sm-3 col-xs-12 padding-filed input-group"> <span class="input-group-addon"><i class="fa fa-user-o"></i></span> <input type="text" class="form-control txtOnly" id="slname" placeholder="Enter Last Name" name="slname" value=""> </div> </div> <div class="form-group" > <label class="control-label padding-filed col-sm-2" id="adharcarddivc" for="email">Aadhar No*</label> <div class="col-sm-3" style="padding: 0px;" id="adharcarddiv"> <input type="text" required class="form-control numbersOnly" id="saadhar" min="12" maxlength="12" onBlur="validateAadhaar(this.value);" placeholder="Enter Aadhar No" name="saadhar" value=""> <span class="admsg"></span> </div> <div class="col-sm-5 col-xs-hidden col-sm-hidden" style="display:none;"> </div> </div> <div class="form-group hidden" id="cshipdivc" > <label class="control-label padding-filed col-sm-2" for="email">Citizen ship No*</label> <div class="col-sm-3" style="padding: 0px;" id="cshipdivcdis"> <input type="text" class="form-control " id="citizenship" placeholder="Enter Citizen No" name="citizenship" value=""> <span class="cnmsg"></span> </div> <div class="col-sm-5 col-xs-hidden col-sm-hidden" style="display:none;"> </div> </div> <div class="form-group" > <label class="control-label padding-filed col-sm-2" for="email">Email*</label> <div class="col-sm-3" style="padding: 0px;" > <input type="email" class="form-control txtOnly" id="email" placeholder="Enter Email Id" name="email" value=""> </div> </div> <div class="form-group"> <label class="control-label padding-filed col-sm-2" for="email">Mobile*</label> <div class="col-sm-3" style="padding: 0px;"> <input type="text" required class="form-control numbersOnly" id="smobile" min="10" maxlength="10" placeholder="Enter Mobile No" name="smobile" value=""> </div> <div class="col-sm-2" id="sndotp"> <button type="button" name="submit-btn" id="genOTP" class="btn btn-danger btn-sm btn-sendotp" onClick="gennew();" >Send OTP</button> </div> <div class="col-sm-5 col-xs-hidden col-sm-hidden" style="display:none;"> </div> <div class="loader" style="display:none;"></div> </div> <div class="form-group" id="rotp"> <label class="control-label col-sm-2" for="otp">OTP*</label> <div class="col-sm-3 input-group"> <input type="text" required class="form-control numbersOnly" id="otp" maxlength=4 onKeyUp="verifyotp(this)" placeholder="Enter Otp" name="otp" value=""> </div> </div> <div class="form-group hidden"> <label class="control-label col-sm-2" for="otp">Captcha*</label> <div class="col-sm-3 input-group"> <div class="g-recaptcha col-sm-12" data-sitekey="6LczKfgdAAAAAHYz-lEQt4kqL4CS78FJAQagH64-"></div> </div> </div> <!--<button type="button" name="submit-btn" id="genOTP" class="btn btn-danger btn-sm btn-sendotp" style="margin-top: 6px;">Send OTP</button>--> <!--<div class="form-group"> <label class="control-label col-sm-2" for="enquiry_no">Enquiry No*</label> <div class="col-sm-4 input-group"> <span class="input-group-addon"></span> <input type="text" required class="form-control numbersOnly" id="enquiry_no" maxlength="10" placeholder="Enter Enquiry No" name="enquiry_no" value=""> </div> </div>--><!--<div class="form-group"> <label class="control-label col-sm-2" for="otp"></label> <div class="g-recaptcha col-sm-2" data-sitekey="6LczKfgdAAAAAHYz-lEQt4kqL4CS78FJAQagH64-"></div><div id="mail-status"></div> </div>--> <div class="form-group"> <div class="col-sm-offset-2 col-sm-10"> <input type="hidden" name="checkotp" id="checkotp" value="N"/> <button type="submit" class="btn btn-danger adm-btn">Save & Next</button> </div> </div> </form> </div> </div> </div> <!-- /tabs --> <div class="form-group"> <div class="row"> <div class="col-sm-6"> <h3>Instructions</h3> <ol> <li> Before proceeding for registration please check <a href="https://sijoul.sandipuniversity.edu.in/fees-structure.php" target="_blank">Fees Structure</a> and <a href="https://sijoul.sandipuniversity.edu.in/fees-structure.php" target="_blank" >Eligibility Criteria</a> carefully </li> <li> <!--The provisional Admission will be confirmed only after the payment of 10,000/-Rs of the selected course. http://www.sandipuniversity.edu.in/fees-structure.php "http://www.sandipuniversity.edu.in/eligibility.php--> The Provisional Admission will be confirmed only after the payment of Admission fees. </li> <li> The final admission will be confirmed only after the verification of original documents at the university campus </li> <li> Please contact on Toll free No <b>1800-313-2714</b> <!--Or Mr.Rohan Kandekar on <b>9168615820</b> for any queries or mail to <b>rohan.kandekar@sandipuniversity.edu.in</b--> </li> </ol> </div> <div class="col-sm-6"> <h3>Provisional Admission Steps</h3> <ol> <li>Enter your full Name as mentioned on the SSC result along with your registered mobile number. </li> <li>In the next section include the appropriate Personal details. </li> <li>In the “Program details” section ensure that you include proper options for Highest Qualification, Select School, Course Stream and Admission Year. </li> <li>Fill all the required “Education Details” as per your Qualification. </li> <li>Upload all the required scanned documents such as SSC, HSC & Graduation result. The Documents are accepted in PDF Format only. </li> <li>Proceed for your online payment to complete the payment. </li> <li>After successful payment,You will receive the confirmation of provisional registration details on your registered email and mobile no. </li> </ol> </div> </div> </div> </div> </div> </div> </div> <!-- /#page-content-wrapper --> </div> </div> <!-- /#wrapper --> <!--Bootstrap core JavaScript--> <script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script> <script src="https://sijouladmission.sandipuniversity.edu.in/assets/javascripts/bootstrap.min.js"></script> <link href="https://sijouladmission.sandipuniversity.edu.in/assets/css/bootstrapValidator.css" rel="stylesheet" type="text/css" /> <link href="https://sijouladmission.sandipuniversity.edu.in/assets/css/bootstrapValidator.min.css" rel="stylesheet" type="text/css" /> <link href="https://sijouladmission.sandipuniversity.edu.in/assets/css/sweet-alert.css" rel="stylesheet" type="text/css" /> <script src="https://sijouladmission.sandipuniversity.edu.in/assets/javascripts/bootstrapValidator.js" type="text/javascript"></script> <script src="https://sijouladmission.sandipuniversity.edu.in/assets/javascripts/sweet-alert.js" type="text/javascript"></script> <script> $("#menu-toggle").click(function(e) { e.preventDefault(); $("#wrapper").toggleClass("toggled"); }); </script> <script> $(document).ready(function() { $("#tab2").addClass("active"); $("#tab1").removeClass("active"); $("#tab2").removeClass("active"); $("#slname").keydown(function(event){ var inputValue = event.which; // allow letters and whitespaces only. if(!(inputValue >= 65 && inputValue <= 120) && (inputValue != 32 && inputValue != 0 && inputValue != 8 && inputValue != 9)) { event.preventDefault(); } }); $("#sname").keydown(function(event){ var inputValue = event.which; // allow letters and whitespaces only. if(!(inputValue >= 65 && inputValue <= 120) && (inputValue != 32 && inputValue != 0 && inputValue != 8 && inputValue != 9)) { event.preventDefault(); } }); $("#smname").keydown(function(event){ var inputValue = event.which; // allow letters and whitespaces only. if(!(inputValue >= 65 && inputValue <= 120) && (inputValue != 32 && inputValue != 0 && inputValue != 8 && inputValue != 9)) { event.preventDefault(); } }); $('.numbersOnly').keyup(function () { if (this.value != this.value.replace(/[^0-9\.]/g, '')) { this.value = this.value.replace(/[^0-9\.]/g, ''); } }); }); </script> <script> $(document).ready(function() { /*function validateForm(){ var v = grecaptcha.getResponse(); if(v.length == 0) { alert("You can't leave Captcha Code empty"); return false; } else{ return true; } }*/ $('#basicform').bootstrapValidator({ // To use feedback icons, ensure that you use Bootstrap v3.1.0 or later feedbackIcons: { valid: 'glyphicon glyphicon-ok', invalid: 'glyphicon glyphicon-remove', validating: 'glyphicon glyphicon-refresh' }, fields: { sname: { validators: { stringLength: { min: 1, }, notEmpty: { message: 'Please Provide your First name' }, regexp: { regexp: /^[A-Za-z]+$/, message: 'First name should be aplhabetic' } } }, smname: { validators: { stringLength: { min: 1, }, regexp: { regexp: /^[A-Za-z]+$/, message: 'Middle name should be aplhabetic' } } }, slname: { validators: { stringLength: { min: 1, }, regexp: { regexp: /^[A-Za-z]+$/, message: 'Last name should be aplhabetic' } } }, email: { validators: { emailAddress: { message: 'Please Provide a valid email address' } } }, saadhar: { validators: { notEmpty: { message: 'Aadhar number should not be empty' }, regexp: { regexp: /^[0-9/]+$/, message: 'Aadhar number should be numeric' }, stringLength: { max: 12, min: 12, message: 'Aadhar number should be 12 Digits.' }, } } , smobile: { validators: { notEmpty: { message: 'Mobile number should not be empty' }, regexp: { regexp: /^[0-9/]+$/, message: 'Mobile number should be numeric' }, stringLength: { max: 10, min: 10, message: 'Mobile number should be 10 Digits.' }, } } , otp: { validators: { notEmpty: { message: 'Please enter a value' }, regexp: { regexp: /^[0-9/]+$/, message: 'OTP should be numeric' }, stringLength: { max: 4, min:4 , message: 'OTP should be 4 characters.' }, /* , stringLength: { max: 4, min:4 , message: 'OTP should be 4 characters.' },*/ /* remote: { message: 'The OTP is not valid', crossDomain: true, //headers: { 'Access-Control-Allow-Origin': 'https://sandipuniversity.com' }, url: 'https://sandipuniversity.com/newadmission/Home/check_otp', data: function(validator) { return { otp: $('#otp').val(), //sending dynamic data value mobile: $('#smobile').val() }; }, }*/ /*callback: { message: 'The OTP is not valid', callback: function(value, validator, $field) { var response= verifyotp(); alert(response); if(response==1){ return true; } else{ return false; } } }*/ } } } }); }); function verifyotp1(){ return 1; } function verifyotp() { // $('.loader').show(); var otp=$("#otp").val(); var mobile=$("#smobile").val(); if(otp.length==4){ $.ajax({ type: "POST", async: false, url: "https://sijouladmission.sandipuniversity.edu.in/Home/verifyotp_icemelt", data: 'otp='+otp+'&mobile='+mobile, success: function(data){ // $('.loader').hide(); // alert(data); if(data==1){ // alert("rightotp"); $("#checkotp").val('Y'); $(".adm-btn").attr("disabled", false); return 1; } else{ alert('The OTP is not valid'); $("#checkotp").val('N'); $(".adm-btn").attr("disabled", true); return 0; } } }); } //if (start >= end) { // return false; //} // return true; } $(function() { $('#sname').keyup(function() { this.value = this.value.toUpperCase(); }); $('#smname').keyup(function() { this.value = this.value.toUpperCase(); }); $('#slname').keyup(function() { this.value = this.value.toUpperCase(); }); }); function gennew(){ $("#genOTP").attr("disabled", true); $(".adm-btn").attr("disabled", true); $("#otp").attr('readonly', false); var mobile=$("#smobile").val(); ///alert(mobile); var slname=$("#slname").val(); var sname=$("#sname").val(); var smname=$("#smname").val(); var email=$("#email").val(); var saadhar=$("#saadhar").val(); /*if((sname=='') &&(email=='')) {alert('Please enter name'); $("#genOTP").attr("disabled", false); return false; }*/ if(mobile=='') { alert('Please enter mobile'); $("#genOTP").attr("disabled", false); return false; //$('.loading_image').hide(); } else if(email=='') { alert('Please enter email'); $("#genOTP").attr("disabled", false); return false; //$('.loading_image').hide(); } else if(saadhar=='') { alert('Please enter aadhar card'); $("#genOTP").attr("disabled", false); return false; //$('.loading_image').hide(); } else{ mobileexist=0; if(mobileexist==1) { alert('You have already registered with us'); $("#mobile").val(''); $("#genOTP").attr("disabled", false); return false; } else if(mobile.length!=10) { alert('Please enter 10 digit mobile no'); $("#genOTP").attr("disabled", false); return false; } else{ $('.loader').show(); $.ajax({ type: "POST", url: "https://sijouladmission.sandipuniversity.edu.in/Home/genotp_icemelt", data: 'mobile='+mobile+'&email='+email, crossDomain: true, //async: false, success: function(resp){ if(resp) { $('.loader').hide(); alert(resp); $("#genOTP").attr("disabled", false); } } }); } } } var d = [ [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], [1, 2, 3, 4, 0, 6, 7, 8, 9, 5], [2, 3, 4, 0, 1, 7, 8, 9, 5, 6], [3, 4, 0, 1, 2, 8, 9, 5, 6, 7], [4, 0, 1, 2, 3, 9, 5, 6, 7, 8], [5, 9, 8, 7, 6, 0, 4, 3, 2, 1], [6, 5, 9, 8, 7, 1, 0, 4, 3, 2], [7, 6, 5, 9, 8, 2, 1, 0, 4, 3], [8, 7, 6, 5, 9, 3, 2, 1, 0, 4], [9, 8, 7, 6, 5, 4, 3, 2, 1, 0] ]; // permutation table p var p = [ [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], [1, 5, 7, 6, 2, 8, 3, 0, 9, 4], [5, 8, 0, 3, 7, 9, 6, 1, 4, 2], [8, 9, 1, 6, 0, 4, 3, 5, 2, 7], [9, 4, 5, 3, 1, 2, 6, 8, 7, 0], [4, 2, 8, 6, 5, 7, 3, 9, 0, 1], [2, 7, 9, 3, 8, 0, 6, 4, 1, 5], [7, 0, 4, 6, 9, 1, 3, 2, 5, 8] ]; // inverse table inv var inv = [0, 4, 3, 2, 1, 5, 6, 7, 8, 9]; // converts string or number to an array and inverts it function invArray(array) { if (Object.prototype.toString.call(array) == "[object Number]") { array = String(array); console.log(array,"!!!") } if (Object.prototype.toString.call(array) == "[object String]") { array = array.split("").map(Number); console.log(array,"!!!") } return array.reverse(); } // generates checksum function generate(array) { var c = 0; var invertedArray = array.reverse(); for (var i = 0; i < invertedArray.length; i++) { console.log(d[c][p[((i + 1) % 8)][invertedArray[i]]]) c = d[c][p[((i + 1) % 8)][invertedArray[i]]]; } return inv[c]; } // validates checksum function validate(array) { var c = 0; var invertedArray = invArray(array); for (var i = 0; i < invertedArray.length; i++) { c = d[c][p[(i % 8)][invertedArray[i]]]; } return (c === 0); } function validateAadhaar(aadhaarString) { //alert(aadhaarString); if (aadhaarString.length != 12) { return new Error('Aadhaar numbers should be 12 digit in length'); } if (aadhaarString.match(/[^$,.\d]/)) { return new Error('Aadhaar numbers must contain only numbers'); } var aadhaarArray = aadhaarString.split(''); var toCheckChecksum = aadhaarArray.pop(); if (generate(aadhaarArray) == toCheckChecksum) { //alert('pass'); $(".admsg").html(""); $(".adm-btn").attr("disabled", false); $("#genOTP").attr("disabled", false); $("#smobile").val(''); $("#otp").val(''); $("#otp").attr('readonly', true); return true; } else { //alert('Fail'); $(".admsg").html("Aadhar not valid"); $(".adm-btn").attr("disabled", true); $("#genOTP").attr("disabled", true); $("#smobile").val(''); $("#otp").val(''); $("#otp").attr('readonly', true); //$("#smobile").attr("disabled", true); return false; } }; function validateDecimal(value) { var re = /^((0|[1-9]\d?)(\.\d{1,2})?|100(\.00?)?)$/; if(re.test(value)){ console.log(value,'--true'); return true; }else{ console.log(value,'--false'); $("#qualification_percentage").val(''); return false; } } $('input[type=radio][name=nationality]').change(function() { if (this.value == 'Indian') { $("#saadhar").val(''); $('#saadhar').attr('readonly', false); $("#adharcarddiv").removeClass('hidden'); $("#adharcarddivc").removeClass('hidden'); $("#cshipdivc").addClass('hidden'); $("#cshipdivcdis").addClass('hidden'); $("#citizenship").prop('required',false); $("#rotp").removeClass('hidden'); $("#sndotp").removeClass('hidden'); $("#otp").val(''); $("#otp").prop('required',true); $("#checkotp").val('N'); } else if (this.value == 'INTERNATIONAL') { $("#saadhar").val('789897979797'); $('#saadhar').attr('readonly', true); $("#adharcarddiv").addClass('hidden'); $("#adharcarddivc").addClass('hidden'); $("#cshipdivc").removeClass('hidden'); $("#cshipdivcdis").removeClass('hidden'); $("#citizenship").prop('required',true); //+cshipdivcdis $("#rotp").addClass('hidden'); $("#sndotp").addClass('hidden'); $("#otp").val(1111); $("#otp").prop('required',false); $("#checkotp").val('Y'); } }); </script> </body> </html>