bps.scholerly.com Open in urlscan Pro
95.216.41.229  Public Scan

URL: https://bps.scholerly.com/
Submission: On March 30 via api from US — Scanned from US

Form analysis 5 forms found in the DOM

POST https://bps.scholerly.com/course/guestsignup

<form action="https://bps.scholerly.com/course/guestsignup" method="post" class="signupform" id="signupform">
  <div class="modal-body">
    <div class="form-group">
      <label>Name</label><small class="req"> *</small>
      <input type="text" class="form-control reg_name" name="name" id="name" autocomplete="off">
      <span class="text-danger" id="error_refno"></span>
    </div>
    <div class="form-group mb10">
      <label></label><small class="req"> *</small>
      <input type="text" class="form-control reg_email" name="email" id="email" autocomplete="off">
      <span class="text-danger" id="error_dob"></span>
    </div>
    <div class="form-group mb10">
      <label>Password</label><small class="req"> *</small>
      <input type="password" class="form-control reg_password" name="password" id="password" autocomplete="off">
      <span class="text-danger" id="error_dob"></span>
    </div>
    <div id="load_signup_captcha"></div>
  </div>
  <div class="modal-footer">
    <button type="button" class="modalclosebtn btn  mdbtn" onclick="openmodal()">Login</button>
    <button type="submit" id="signupformbtn" class="onlineformbtn mdbtn"> </button>
  </div>
</form>

POST https://bps.scholerly.com/course/guestlogin

<form action="https://bps.scholerly.com/course/guestlogin" method="post" class="loginform" id="loginform">
  <div class="modal-body">
    <div class="form-group mb10">
      <label></label><small class="req"> *</small>
      <input type="text" class="form-control login_email" name="username" id="username" autocomplete="off">
      <span class="text-danger" id="error_dob"></span>
    </div>
    <div class="form-group mb10">
      <label>Password</label><small class="req"> *</small>
      <input type="password" class="form-control login_password" name="password" id="password" autocomplete="off">
      <input type="hidden" class="form-control" name="checkout_status" id="checkout_status" autocomplete="off">
      <span class="text-danger" id="error_dob"></span>
    </div>
    <div id="load_login_captcha"></div>
  </div>
  <div class="modal-footer">
    <a href="#" class="pull-left forgotbtn" data-toggle="modal" data-target="#forgotmodal"><i class="fa fa-key"></i> Forgot Password</a>
    <button type="button" class="signup modalclosebtn btn mdbtn" data-dismiss="modal"> </button>
    <button type="submit" id="loginformbtn" class="onlineformbtn mdbtn">Submit</button>
  </div>
</form>

POST https://bps.scholerly.com/course/user_submit_login

<form action="https://bps.scholerly.com/course/user_submit_login" method="post" class="gauthenticate-form" id="gauthenticate-form">
  <div class="modal-body">
    <div class="form-group mb10">
      <label>Verification Code</label><small class="req"> *</small>
      <input type="text" class="form-control gauth_code" name="gauth_code" id="gauth_code" autocomplete="off">
      <span class="text-danger" id="error_gauth_code"></span>
    </div>
  </div>
  <div class="modal-footer">
    <a href="#" class="pull-left forgotbtn" data-toggle="modal" data-target="#forgotmodal"><i class="fa fa-key"></i> Forgot Password</a>
    <button type="button" class="signup modalclosebtn btn mdbtn" data-dismiss="modal"> </button>
    <button type="submit" id="loginformbtn" class="onlineformbtn mdbtn" data-loading-text="<i class='fa fa-spinner fa-spin '></i> wait...">Submit</button>
  </div>
</form>

POST #

<form action="#" method="post" class="loginform" id="forgotform">
  <div class="modal-body">
    <div class="form-group mb10">
      <label></label><small class="req"> *</small>
      <input type="email" class="form-control" name="username" id="email" autocomplete="off">
      <span class="text-danger" id="error_email"></span>
    </div>
  </div>
  <div class="modal-footer">
    <button type="button" class="modalclosebtn btn  mdbtn" onclick="openmodal()">Login</button>
    <button type="submit" id="forgotformbtn" class="onlineformbtn mdbtn">Submit</button>
  </div>
</form>

Name: reservation_formPOST includes/reservation.php

<form action="includes/reservation.php" class="reservation-form mt-20" id="reservation_form" method="post" name="reservation_form" novalidate="novalidate">
  <div class="row">
    <div class="col-sm-12">
      <div class="form-group mb-20"><input aria-required="true" class="form-control" id="reservation_name" name="reservation_name" placeholder="Enter Name" required="" type="text"></div>
    </div>
    <div class="col-sm-6">
      <div class="form-group mb-20"><input aria-required="true" class="form-control" id="reservation_email" name="reservation_email" placeholder="Email" required="" type="text"></div>
    </div>
    <div class="col-sm-6">
      <div class="form-group mb-20"><input aria-required="true" class="form-control" id="reservation_phone" name="reservation_phone" placeholder="Phone" required="" type="text"></div>
    </div>
    <div class="col-sm-6">
      <div class="form-group mb-20">
        <div class="styled-select mt-0"><select aria-required="true" class="form-control" id="person_select" name="person_select" required="">
            <option value="">Academics</option>
            <option value="1 Person">Foundation Group</option>
            <option value="2 Person">Preparatory Group</option>
            <option value="3 Person">Middle School</option>
            <option value="Family Pack">High School</option>
          </select></div>
      </div>
    </div>
    <div class="col-sm-6">
      <div class="form-group mb-20"><input aria-required="true" class="form-control required date-picker" name="Date" placeholder="Date" type="text"></div>
    </div>
    <div class="col-sm-12">
      <div class="form-group"><textarea aria-required="true" class="form-control required" id="form_message" name="form_message" placeholder="Enter Message" rows="3"></textarea></div>
    </div>
    <div class="col-sm-12">
      <div class="form-group mb-0 mt-10"><input class="form-control" name="form_botcheck" type="hidden" value=""><button class="btn btn-colored btn-default text-black btn-lg btn-block" data-loading-text="Please wait..." type="submit">Submit
          Request</button></div>
    </div>
  </div>
</form>

Text Content

 * NAAC
 * |
 * IQAC
 * |
 * NBA

 * Call Us at +91 9886733599
 * info@scholerlydemo.com
 * Login
 * Contact

× Home About Us
Overview Chairman's Message Principal's Message Board of Trustees Our Faculties
Admission
Admission Procedure Apply Online Terms & Conditions
PU Courses
Department of Science Department of Commerce Department of Arts
Degree Courses
UG Courses PG Courses
Facilities
Science Lab Computer Lab Smart Class Library Transportation Infrastructure
Scouts & Guides
News & Events Placements Gallery
Photo Gallery Video Gallery
Life @ CIMS
Student Council Testimonials Alumni
Contact Us Login


 * CIMS

 * Bangarpet Rd, Kanakanapalya, Kolar, Kogilahalli, Karnataka 563102
 * +91 9886733599
 * info@cims.com
 * www.cims.com

 * 
 * 
 * 
 * 
 * 

☰
 * Home
 * About Us
   * Overview
   * Chairman's Message
   * Principal's Message
   * Board of Trustees
   * Our Faculties
 * Admission
   * Admission Procedure
   * Apply Online
   * Terms & Conditions
 * PU Courses
   * Department of Science
   * Department of Commerce
   * Department of Arts
 * Degree Courses
   * UG Courses
   * PG Courses
 * Facilities
   * Science Lab
   * Computer Lab
   * Smart Class
   * Library
   * Transportation
   * Infrastructure
   * Scouts & Guides
 * News & Events
 * Placements
 * Gallery
   * Photo Gallery
   * Video Gallery
 * Life @ CIMS
   * Student Council
   * Testimonials
   * Alumni

×



Name *
*
Password *

Login
×

LOGIN

*
Password *

Forgot Password Submit
Verification Code *
Forgot Password Submit
×

FORGOT PASSWORD

*
Login Submit


WELCOME TO


CHAITANYA INSTITUTE OF MANAGEMENT AND SCIENCE

Scholerly is a international leader in teaching students to write effectively,
learn from each other and think for themselves.


OUR BEST STUDY INSTITUTE

Scholerly is a international leader in teaching students to write effectively,
learn from each other and think for themselves.


BEST ONLINE CERTIFICATION

Scholerly is a international leader in teaching students to write effectively,
learn from each other and think for themselves.


OUR BEST STUDY INSTITUTE

Scholerly is a international leader in teaching students to write effectively,
learn from each other and think for themselves.

Previous Next


PU COURSES

Lorem ipsum dolor sit , elit.Acque quidem eaque, totam magni cumque.

Read More


DEGREE COURSES

Lorem ipsum dolor sit , elit.Acque quidem eaque, totam magni cumque.

Read More


APPLY ONLINE

Lorem ipsum dolor sit , elit.Acque quidem eaque, totam magni cumque.

Apply Now


WELCOME TO CHAITANYA INSTITUTE OF MANAGEMENT AND SCIENCE

Chaitanya Institute of Management & Science established in 2002 is recognized by
Karnataka State PU Board. The College conducts the two year Pre-University
course in Science, Commerce and Arts and Degree courses in UG & PG, with various
combinations as prescribed by the Karnataka state Pre-University Board. With 20
years of experience our college places emphasis on interactive learning by
nurturing excellence and has been able to successfully groom thousands of young
minds into becoming the intellects of young India. The students passing out of
this college have realized that their tenure had been fruitful and rewarding
both professionally and personally.

Read more


EVENT HIGHLIGHTS

 * 28
 * Feb

ART & CULTURE

at 5.00 pm - 7.30 pm Bangalore

Lorem ipsum dolor sit amet

 * 23
 * Aug

FRESHERS DAY

at 8.00 pm - 10.30 pm Bangalore

Lorem ipsum dolor sit amet

 * 05
 * Jul

GRADUATION

at 3.00 pm - 5.30 pm Bangalore

Lorem ipsum dolor sit amet

 * 10
 * Jun

SPORTS

at 1.00 pm - 2.30 pm Bangalore

Lorem ipsum dolor sit amet

 * 17
 * Jan

CULTURAL

at 2.00 pm - 4.30 pm Bangalore

Lorem ipsum dolor sit amet

 


WHY CHOOSE US?

BEST LAB

Practical experiences for lifetime learning keeping in tune with modern times.

Read More...

BEST FACULTIES

The best Faculties is one who is passionate about their subject, is
knowledgeable.

Read More...

BEST LIBRARY

We make sure students understand, books are the lifeline of education.

Read More...


OUR FACILITES

Modern facilities reflect an institutions commitment to fostering an atmosphere
where students can thrive academically, physically, and socially.

Read More

SCIENCE LAB

COMPUTER LAB

LIBRARY

TRANSPORTATION


OUR ADMISSION QUERY

We care for children, protect their welfare, and prepare them for the future are
the most important issues we face during our lifetime.

STEP 1 - ENQUIRY

We recieve calls, emails, whats app messages, etc. Furthermore, we schedule a
call and give an appointment to visit the campus for a detailed discussion.

STEP 2 - WALK-IN

At this step the Parent is introduced to the Institution, The parent is now
given an overview of the Institution, its resources, its curriculum, oits tour,
its costs, etc.

STEP 3 - REGISTRATION

Parent will pay the registration fees and will be given an application form. The
filled form will be collected with details and along with necessary documents.

STEP 4 - ADMISSION

Once the prospective student is assessed and granted admission, the Parent will
have to do the needful payment of fees and the admission will be confirmed
accordingly


GET REGISTERED!

AcademicsFoundation GroupPreparatory GroupMiddle SchoolHigh School


Submit Request


OUR SUCCESS

Lorem ipsum dolor simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s


900

 

ACADEMIC STUDENTS


60

 

PROFESSIONAL FACULTIES


25K

 

ALUMINS


50

 

AWARDS


OUR CURRICULUM

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Possimus hic suscipit
doloremque deleniti ipsa quia dolor laborum natus tenetur, excepturi?

PU Courses PG Courses UG Courses

DEPARTMENT OF SCIENCE

Read More

B.COM

Read More

MBA

Read More

DEPARTMENT OF COMMERCE

Read More

BBA

Read More

M.COM

Read More

DEPARTMENT OF ARTS

Read More

BCA

Read More

B.SC

Read More

MCA

Read More
 


OUR CLIENT'S SAY

Lorem Ipsum has been the industry's standard dummy text ever, when an took a
galley of type and it to make a type book.It has survived the leap into

JHON DOE

Web Developer (Maneger)

Lorem Ipsum has been the industry's standard dummy text ever, when an took a
galley of type and it to make a type book.It has survived the leap into

JHON DOE

Web Developer1 (Maneger)

Lorem Ipsum has been the industry's standard dummy text ever, when an took a
galley of type and it to make a type book.It has survived the leap into

JHON DOE

Web Developer33 (Maneger)

Lorem Ipsum has been the industry's standard dummy text ever, when an took a
galley of type and it to make a type book.It has survived the leap into

JHON DOE

Web Developer55 (Maneger)


LATEST NEWS

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Pariatur quidem
temporibus quisquam voluptas natus, provident porro et odio perferendis ipsam,
amet sint

 


CHILDREN’S DAY

 * Nov - 14
 * Rajajinagar, Bangalore

Children's Day is celebrated in India to raise awareness about the rights,
education.

Read more
 


KANNADA RAJYOTSAVA

 * Nov - 1
 * Rajajinagar, Bangalore

The celebration of Kannada Rajyotsava includes many activities such as hoisting
of the state flag.

Read more
 


INDEPENDENCE DAY

 * Aug - 15
 * Rajajinagar, Bangalore

Independence Daycelebrated on 15th August. It marks the day when the country
gained independence

Read more


LATEST NEWS

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Pariatur quidem
temporibus quisquam voluptas natus, provident porro et odio perferendis ipsam,
amet sint

 


CHILDREN’S DAY

 * Nov - 14
 * Rajajinagar, Bangalore

Children's Day is celebrated in India to raise awareness about the rights,
education.

Read more
 


KANNADA RAJYOTSAVA

 * Nov - 1
 * Rajajinagar, Bangalore

The celebration of Kannada Rajyotsava includes many activities such as hoisting
of the state flag.

Read more
 


INDEPENDENCE DAY

 * Aug - 15
 * Rajajinagar, Bangalore

Independence Daycelebrated on 15th August. It marks the day when the country
gained independence

Read more

Facebook

GooglePlus

Enquiry

Instagram

Whatsapp

Call Now


ABOUT US

Chaitanya Institute of Management & Science established in 2002 is recognized by
Karnataka State PU Board. The College conducts the two year Pre-University
course in Science, Commerce and Arts and Degree courses in UG & PG.

CONNECT WITH US

 * 
 * 
 * 
 * 
 * 


USEFUL LINKS

 * Home
 * About
 * Gallery
 * Contact Us


REACH US

 * Bangarpet Main Road, Kolar, Karnataka 563101
 * +91 9886733599
 * info@chaitanya.com
 * www.chaitanya.com

Copyright ©2023 Chaitanya. All Rights Reserved