www.iesonline.co.in Open in urlscan Pro
162.240.63.130  Public Scan

Submitted URL: http://iesonline.co.in/
Effective URL: https://www.iesonline.co.in/
Submission Tags: tranco_l324
Submission: On April 22 via api from DE — Scanned from DE

Form analysis 5 forms found in the DOM

POST ../landingpage-form.php

<form action="../landingpage-form.php" class="d-none d-lg-block my-form needs-validation" style="max-width: 320px;" method="POST" novalidate="">
  <h6 class="font-weight-bold mb-3 text-center">Ask The Experts</h6>
  <!-- Email address -->
  <div class="md-form md-outline">
    <i class="fas fa-user prefix"></i>
    <input type="text" name="heroname" id="heroname" minlength="3" class="form-control" pattern="^[a-zA-Z ]*$" required="">
    <label for="heroname">Your Name</label>
    <div class="valid-feedback"> Looks good! </div>
    <div class="invalid-feedback"> Enter a Valid Name </div>
  </div>
  <div class="md-form md-outline">
    <i class="fas fa-phone-volume prefix"></i>
    <input type="tel" name="herophone" id="herophone" class="form-control" pattern="^\d{10}$" required="">
    <label for="herophone">Phone Number</label>
    <div class="valid-feedback"> Looks good! </div>
    <div class="invalid-feedback"> Enter a Valid Number </div>
  </div>
  <div class="md-form md-outline">
    <i class="fas fa-book prefix"></i>
    <!--<input type="text" name="herocourse" id="herocourse" minlength="2" class="form-control" required>-->
    <select class="browser-default custom-select" name="herostream"
      style="width: calc(100% - 2rem);margin-left: 2rem;box-sizing: border-box;background-color: transparent;border: 1px solid #dadce0;border-radius: 4px;outline: none;font-size: .7rem;margin-left: 2rem;margin-left: 2rem;padding: 0.7rem 0.7rem;"
      id="herostream" placeholder="Course Looking For" required="">
      <option value="">Choose your Stream</option>
      <option value="Allied Health">Allied Health</option>
      <option value="Arts &amp; Humanities">Arts &amp; Humanities</option>
      <option value="Commerce">Commerce</option>
      <option value="Engineering">Engineering</option>
      <option value="Management">Management</option>
      <option value="Medical">Medical</option>
    </select>
    <div class="valid-feedback"> Looks good! </div>
    <div class="invalid-feedback"> Please enter Course </div>
  </div>
  <div class="md-form md-outline">
    <i class="fas fa-university prefix"></i>
    <select class="browser-default custom-select" name="herocourse" id="herocourse" placeholder="Course Looking For"
      style="width: calc(100% - 2rem);margin-left: 2rem;box-sizing: border-box;background-color: transparent;border: 1px solid #dadce0;border-radius: 4px;outline: none;font-size: .7rem;margin-left: 2rem;margin-left: 2rem;padding: 0.7rem 0.7rem;"
      required="">
      <option value="">Choose your Course</option>
    </select>
    <div class="valid-feedback"> Looks good! </div>
    <div class="invalid-feedback"> Please enter College </div>
  </div>
  <div class="text-center mt-4 mb-2">
    <p style="font-size:9px">I authorize Immaculate Education Services Pvt Ltd and its representatives to call, SMS, email, or WhatsApp me about its products and offers, this consent overrides any registration for DNC / NDNC.</p>
  </div>
  <div class="text-center">
    <button name="submit" class="btn btn-rounded mx-auto btn-sm waves-effect waves-light" type="submit">Grab Your Future</button>
  </div>
</form>

GET college-search.php

<form action="college-search.php" id="search-form" method="get" role="search">
  <input id="search-text" onkeyup="showResult(this.value)" name="search" maxlength="30" autocomplete="off" class="form-control" type="text" placeholder="Search for Colleges &amp; Courses" aria-label="Search">
</form>

POST ../landingpage-form.php

<form class="needs-validation" action="../landingpage-form.php" method="POST" novalidate="">
  <!-- Material input name -->
  <div class="md-form form-sm">
    <i class="fa fa-user prefix purple-custom"></i>
    <input type="text" name="heroname" id="heroname" minlength="3" class="form-control form-control-sm" pattern="^[a-zA-Z ]*$" required="">
    <label for="name">Your name</label>
    <div class="valid-feedback"> Looks good! </div>
    <div class="invalid-feedback"> Please enter a valid Name </div>
  </div>
  <!-- Material input email -->
  <div class="md-form form-sm">
    <i class="fa fa-envelope prefix purple-custom"></i>
    <input type="email" name="heroemail" id="heroemail" class="form-control form-control-sm" required="">
    <label for="email">Your email</label>
    <div class="valid-feedback"> Looks good! </div>
    <div class="invalid-feedback"> Please enter a valid Email </div>
  </div>
  <!-- Material input phone -->
  <div class="md-form form-sm">
    <i class="fas fa-phone-volume prefix purple-custom"></i>
    <input type="tel" name="herophone" id="herophone" class="form-control form-control-sm" pattern="^\d{10}$" required="">
    <label for="phone">Phone number</label>
    <div class="valid-feedback"> Looks good! </div>
    <div class="invalid-feedback"> Please enter a valid Number </div>
  </div>
  <!-- Material input course -->
  <div class="md-form form-sm">
    <i class="fa fa-book prefix purple-custom"></i>
    <select class="browser-default custom-select" name="herostream" id="herostream1" style="width: calc(100% - 2rem);margin-left: 2rem;box-sizing: border-box;
    background-color: transparent;
    border: 1px solid #dadce0;
    border-radius: 4px;
    outline: none;font-size: .7rem;padding: 0.7rem 0.7rem;" placeholder="Course Looking For" required="">
      <option value="">Choose your Stream</option>
      <option value="Allied Health">Allied Health</option>
      <option value="Arts &amp; Humanities">Arts &amp; Humanities</option>
      <option value="Commerce">Commerce</option>
      <option value="Engineering">Engineering</option>
      <option value="Management">Management</option>
      <option value="Medical">Medical</option>
    </select>
    <div class="valid-feedback"> Looks good! </div>
    <div class="invalid-feedback"> Please provide Stream </div>
  </div>
  <!-- Material input college -->
  <div class="md-form form-sm">
    <i class="fa fa-university prefix purple-custom"></i>
    <select class="browser-default custom-select" name="herocourse"
      style="width: calc(100% - 2rem);margin-left: 2rem;box-sizing: border-box;background-color: transparent;border: 1px solid #dadce0;border-radius: 4px;outline: none;font-size: .7rem;padding: 0.7rem 0.7rem;" id="herocourse1"
      placeholder="Course Looking For" required="">
      <option value="">Choose your Course</option>
    </select>
    <div class="valid-feedback"> Looks good! </div>
    <div class="invalid-feedback"> Please enter Course </div>
  </div>
  <div class="text-center mt-4 mb-2">
    <p>I authorize Immaculate Education Services Pvt Ltd and its representatives to call, SMS, email, or WhatsApp me about its products and offers, this consent overrides any registration for DNC / NDNC.</p>
  </div>
  <div class="text-center mt-4 mb-2">
    <button type="submit" name="submit" class="btn btn-secondary waves-effect waves-light" style="text-transform: none;"> Grab Your Future <i class="fa fa-paper-plane ml-2" aria-hidden="true"></i></button>
  </div>
</form>

POST ../enquire-float.php

<form class="needs-validation" action="../enquire-float.php" method="POST" novalidate="">
  <!-- Material input name -->
  <div class="md-form form-sm">
    <i class="fa fa-user prefix"></i>
    <input type="text" name="floatname" id="floatname" minlength="3" class="form-control form-control-sm" pattern="^[a-zA-Z ]*$" required="">
    <label for="floatname">Your name</label>
    <div class="valid-feedback"> Looks good! </div>
    <div class="invalid-feedback"> Please enter a valid Name </div>
  </div>
  <!-- Material input email -->
  <div class="md-form form-sm">
    <i class="fa fa-envelope prefix"></i>
    <input type="email" name="floatemail" id="floatemail" class="form-control form-control-sm" required="">
    <label for="floatemail">Your email</label>
    <div class="valid-feedback"> Looks good! </div>
    <div class="invalid-feedback"> Please enter a valid Email </div>
  </div>
  <!-- Material input phone -->
  <div class="md-form form-sm">
    <i class="fas fa-phone-volume prefix"></i>
    <input type="tel" name="floatphone" id="floatphone" class="form-control form-control-sm" pattern="^\d{10}$" required="">
    <label for="floatphone">Phone number</label>
    <div class="valid-feedback"> Looks good! </div>
    <div class="invalid-feedback"> Please enter a valid Number </div>
  </div>
  <!-- Material input course -->
  <div class="md-form form-sm">
    <i class="fa fa-book prefix"></i>
    <input type="text" name="floatcourse" id="floatcourse" minlength="2" class="form-control form-control-sm" required="">
    <label for="floatcourse">Course looking for</label>
    <div class="valid-feedback"> Looks good! </div>
    <div class="invalid-feedback"> Please provide Course </div>
  </div>
  <!-- Material input college -->
  <div class="md-form form-sm">
    <i class="fa fa-university prefix"></i>
    <input type="text" name="floatcollege" id="floatcollege" minlength="2" class="form-control form-control-sm" required="">
    <label for="floatcollege">College looking for</label>
    <div class="valid-feedback"> Looks good! </div>
    <div class="invalid-feedback"> Please enter College </div>
  </div>
  <div class="text-center mt-4 mb-2">
    <p style="font-size:9px">I authorize Immaculate Education Services Pvt Ltd and its representatives to call, SMS, email, or WhatsApp me about its products and offers, this consent overrides any registration for DNC / NDNC.</p>
  </div>
  <div class="text-center mt-4 mb-2">
    <button type="submit" name="submit" class="btn btn-secondary waves-effect waves-light"> Grab Your Future <i class="fa fa-paper-plane ml-2" aria-hidden="true"></i></button>
  </div>
</form>

POST

<form method="post" role="form">
  <div class="form">
    <div class="form-group hero">
      <input type="text" class="form-control" name="uname1" id="uname1" placeholder="User Name" required="">
      <div class="error_msg" id="error_uname" style="padding: 10px;font-size: 75%;color: orange;"></div>
    </div>
    <div class="form-group hero">
      <input type="password" class="form-control" name="upass1" id="upass1" placeholder="Password" required="" autocomplete="on">
      <div class="error_msg" id="error_upass" style="padding: 10px;font-size: 75%;color: orange;"></div>
    </div>
  </div>
  <div class="home-btn text-center">
    <button type="button" onclick="return login_validation()" class="btn btn-primary mb-2 waves-effect waves-light">Log In</button>
  </div>
</form>

Text Content

 * Who We Are
   We Are We Believe Why We Our Team Founder's Message
 * What We Do
   Career Counseling Scholarship Test Student Housing Digital Media Solutions
   Brain Matrix Test Admission Guidance Institutional Promotion Local Guardian
   Services
 * Colleges & Courses
 * Exams
 * Map My Talent
   
   
   
   
   
   
 * Channel-Partners
 * Franchise
   Industry Profile Why IES For Whom Process Flow FAQ
 * Contact Us

ASK THE EXPERTS

Your Name
Looks good!
Enter a Valid Name
Phone Number
Looks good!
Enter a Valid Number
Choose your Stream Allied Health Arts & Humanities Commerce Engineering
Management Medical
Looks good!
Please enter Course
Choose your Course
Looks good!
Please enter College

I authorize Immaculate Education Services Pvt Ltd and its representatives to
call, SMS, email, or WhatsApp me about its products and offers, this consent
overrides any registration for DNC / NDNC.

Grab Your Future

EDUCATION. FOR ANYONE. ANYWHERE IN INDIA.





COLLEGE ADMISSION IN INDIA

Find details of MBA, Medical, Engineering, Law and all other Streams and Top
Colleges in India

ENGINEERING

MANAGEMENT

MEDICAL

LAW

ARCHITECTURE

AYURVEDIC

DENTAL

COMMERCE


0

Glorious Years


0

Awards In Consulting


0

+ Students Counselled


0

Offices In India


0

International Offices


0

Franchising Opportunity


0

+ Associated Institutes


SERVICES

SCIENTIFIC CAREER COUNSELLING

USE OUR MAP MY TALENT & BRAIN MATRIX TEST CAREER-MAPPING TOOL TO FIND YOUR MOST
SUITABLE CAREER.

 * Brain Matrix Test
 * Map My Talent

ADMISSION GUIDANCE

GET GUIDANCE ON COLLEGES THAT OFFER YOUR DESIRED COURSE LIKE THEIR LOCATION,
AFFILIATION, FEES, PLACEMENT, REVIEW & LATEST UPDATES.

APPLICATION & DOCUMENTATION

PROCESS YOUR APPLICATION AT INSTITUTE OF YOUR CHOICE AS PER GIVEN ADMISSION
PROCEDURE & DISCOUNTED FEES.

SECURE ADMISSION

SECURE ADMISSION LETTER & EDUCATION LOAN FACILITIES.

ASK THE EXPERTS

Your name
Looks good!
Please enter a valid Name
Your email
Looks good!
Please enter a valid Email
Phone number
Looks good!
Please enter a valid Number
Choose your Stream Allied Health Arts & Humanities Commerce Engineering
Management Medical
Looks good!
Please provide Stream
Choose your Course
Looks good!
Please enter Course

I authorize Immaculate Education Services Pvt Ltd and its representatives to
call, SMS, email, or WhatsApp me about its products and offers, this consent
overrides any registration for DNC / NDNC.

Grab Your Future
4.8/5 (2,221 reviews)
4.2/5 (56 Reviews)
4.7/5 (2,666 Reviews) As on Dec/ 2023


QUICK LINKS

Apply Online Career After +2 Testimonials Blog Free Career Test Partner
Institutes


INDIAN EDUCATIONAL SERVICES - BEST EDUCATION CONSULTANTS IN BANGALORE

Popularly Known as IES, Indian Educational Services started as a small
entrepreneurial venture in 2008 with the vision of spreading educational
awareness and providing admission guidance to students based on aptitude,
interest and personality. Our Signature services include Scientific Career
Counselling, Admission Guidance, Institutional Promotion & Local Guardian
Services.

We are a pioneer of Brain Matrix Test (BMT), first of its kind ever used in
India for Scientific Career Counselling of students. These tests employ
scientifically approved and tested methods to map both inborn and acquired
intelligence based on which most suitable career path are advised to students.

In the year 2009, IES became Karnataka’s First ISO 9001-2008 Certified
Consultancy. IES stepped towards its international venture by opening its office
in Kathmandu, Nepal in the year 2010. We have been decorated, with “Karnataka
Service Excellence Award” & “Education Excellence Award” in the year 2011 & 2013
respectively. 2014 is the year when we proudly have celebrated the status of
reaching among the Top 100 Franchising Opportunities in India by Franchise
India. For our innovative and dedicated services to the student community in
large, we also got featured in Silicon India’s Special Edition Magazine “India’s
Top Consultants – 2018” and was awarded “Consultant of the Year”, Category –
Education, Pan India.

By 2019, We have made our presence across India, Nepal & Bangladesh through our
12 regional offices. We also take credit to introduce the Industry’s First
Turn-Key Admission Concept for Student Recruitment Services. Under this service,
we provide end-to-end marketing, branding and admission management services to
the institutions and universities. Right from strategizing the promotion plan to
end execution everything is completely managed by our Team.

Today, after being over a decade old, IES is proudly positioned as South India’s
Largest & India’s Second Largest Education Consulting Company, purely based on
number of applications processed. With a network of 12+ offices, experience of
23000 +counselling, & 235 + university partner, we are surely making a strong
mark towards promoting study in India.


EDUCATION CONSULTANCY IN BANGALORE

With the increasing number of Educational Institutes, Courses and specialization
choosing a right career in terms of college & course has become a serious and
tedious affair. The quantum of information available on digital platforms is so
huge that it further confuses the student’s fraternity. Hence, over the last few
years educational consultancy has emerged as a major support system to guide
students. They not only guide students on choosing the right course based on
individual’s interest, personality and aptitude but also with their extensive
knowledge of universities, they broaden the student’s potential choices, and
provide vital help in selecting a right institute by analyzing vital factors
such as cost, location, and curriculum.

When it comes to reliable and dedicated services, you will experience IES as Top
Education consultant in India among all other Educational Consultants in Delhi,
education consultants in Bangalore, Education consultancy in Pune, educational
consultant in Kolkata, education consultants in Hyderabad or any other education
consultant for admission in India. If you are looking for college admission in
Bangalore you can always take help of Best Education Consultant in Bangalore. We
are an award winning, ISO 9001-2008 Certified Education Consultancy in Bangalore
& among best admission consultants in India & Admission consultants in
Bangalore.

I want to recommend INDIAN EDUCATIONAL SERVICES because of their Professional
Service. IES not only helps for the smooth processing of the application but
also acts as the local Guardian to the outside student like me!

Shally Bothra


TRENDING TODAY

Show all Exams Results Admissions

ATMA 2023

Entrance exam date for ATMA announced, to be conducted on 28th May 2023..

Read More New

SNAP 2023

Entrance exam date for SNAP announced, to be conducted on 10th, 18th & 22rd Dec
2023..

Read More New

NMAT 2023

Entrance exam date for NMAT announced, will be conducted from 10th October 2023
to 19th December 2023..

Read More New

MAT 2023

The upcoming PBT MAT 2023, will be conducted on 09th Dec 2023 & CBT 2023 on 3rd
Dec '23..

Read More New

CMAT 2024

Entrance exam date for CMAT announced, to be conducted on start of May 2024..

Read More New

CAT 2023

Entrance exam date for CAT announced, to be conducted on 26th Nov 2023..

Read More New

XAT 2024

Entrance exam date for XAT announced, to be conducted on 7th Jan 2024..

Read More New

CLAT 2024

New Entrance exam date for CLAT announced, to be conducted on 3rd Dec 2023 ..

Read More New

KCET 2024

KCET will be conducted on end of March 2024...

Read More New

KARNATAKA PUC

Karnataka PUC wiil be conducted on 9th March to 29th March 2023..

Read More

COMEDK 2023

COMEDK UGET 2023 exam will be conducted on 12th May of 2024..

Read More

NEET PG 2023

NEET PG 2023 exam will be conducted on 3rd March 2024.....

Read More


SUPPORTS

Login Register Career Shop Download Feedback Media ERP Login Privacy Policy
Terms & Conditions Sitemap FAQ


TOP UNIVERSITIES IN INDIA

 * Christ University
 * Symbiosis University
 * Jain University
 * MS Ramaiah University
 * Presidency University


TOP COLLEGES IN BANGALORE

 * Top Engineering Colleges in Bangalore
 * Top BBA Colleges in Bangalore
 * Top Law Colleges in Bangalore
 * Top MBA Colleges in India
 * Top Dental Colleges in Bangalore


TOP BBA COLLEGES IN BANGALORE

 * Christ University
 * St Joseph College
 * Mount Carmel College
 * Kristu Jayanti College
 * MS Ramaiah College


INDIAN EDUCATIONAL SERVICES

 * "IES House", #5, Convent Rd, Richmond Town, Bengaluru, Karnataka 560025
 * "EDUCATION. For Anyone. Anywhere in India"

+91-9743277777
Indian Educational Services | © 2009 - 2024 | All Rights Reserved

ASK THE EXPERTS

×
Your name
Looks good!
Please enter a valid Name
Your email
Looks good!
Please enter a valid Email
Phone number
Looks good!
Please enter a valid Number
Course looking for
Looks good!
Please provide Course
College looking for
Looks good!
Please enter College

I authorize Immaculate Education Services Pvt Ltd and its representatives to
call, SMS, email, or WhatsApp me about its products and offers, this consent
overrides any registration for DNC / NDNC.

Grab Your Future

LOGIN

×

Log In
Forgot Password ?  Or  Forgot Username ?

Indian Educational Services


Indian Educational Services Ask me any question, i'd love to hear what brought
you here! START A NEW CONVERSATION
3:30 PM
Go back to conversation
0
Ask a Question

Powered by Engati
Typing...
Powered by Engati

Chat settings

 * Font Size
   Select a font size for your bot:
   Small Font
   
   Medium Font (This is the default size)
   
   Large Font
   Confirm


Are you sure you want to close the chat?Close Chat
0