www.edwiseinternational.com Open in urlscan Pro
43.252.88.55  Public Scan

URL: https://www.edwiseinternational.com/
Submission: On December 16 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

POST

<form id="comm-form" class="form" action="" method="post">
  <input type="hidden" name="formType" value="index_teamReachOut">
  <div class="comm-form">
    <div class="f-row">
      <div class="w50 w-1200-100">
        <label for="">First Name </label>
        <div class="form-grp">
          <input type="text" class="form-field" id="formfirstName" name="formfirstName" oninvalid="this.setCustomValidity('Please Enter First Name')" oninput="setCustomValidity('')" required="">
        </div>
      </div>
      <div class="w50 w-1200-100">
        <label for="">Last Name </label>
        <div class="form-grp">
          <input type="text" class="form-field" id="formlastName" name="formlastName" oninvalid="this.setCustomValidity('Please Enter Last Name')" oninput="setCustomValidity('')" required="">
        </div>
      </div>
      <div class="w50 w-1200-100">
        <label for="">Email ID </label>
        <div class="form-grp">
          <input type="email" class="form-field" id="formEmail" name="formEmail" oninvalid="this.setCustomValidity('Please Enter Valid Email')" oninput="setCustomValidity('')" required="">
        </div>
      </div>
      <div class="w50 w-1200-100">
        <label for="">Mobile Number </label>
        <div class="form-grp">
          <input type="tel" class="form-field" id="formMobile" name="formMobile" maxlength="12" oninvalid="this.setCustomValidity('Please Enter Mobile No')" oninput="setCustomValidity('')" onkeypress="return isNumberKey(event)" required="">
        </div>
      </div>
      <div class="w50 w-1200-100">
        <label for="">Your preferred study destination</label>
        <div class="form-grp">
          <select class="select-field select2-hidden-accessible" multiple="" id="formDestination" style="width:100%" name="formDestination" oninvalid="this.setCustomValidity('Please select destination')" oninput="setCustomValidity('')" required=""
            data-select2-id="formDestination" tabindex="-1" aria-hidden="true">
            <option value="0" disabled="">You Can Select Multiple Destinations</option>
            <option value="2">UK</option>
            <option value="3">USA</option>
            <option value="4">Canada</option>
            <option value="5">Australia</option>
            <option value="6">New Zealand</option>
            <option value="7">Singapore</option>
            <option value="8">Ireland</option>
            <option value="9">Germany</option>
            <option value="10">Switzerland</option>
            <option value="11">Dubai</option>
            <option value="12">France</option>
            <option value="13">Spain</option>
            <option value="14">Malaysia</option>
            <option value="16">Italy</option>
          </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="1" style="width: 100%;"><span class="selection"><span class="select2-selection select2-selection--multiple" role="combobox"
                aria-haspopup="true" aria-expanded="false" tabindex="-1" aria-disabled="false">
                <ul class="select2-selection__rendered">
                  <li class="select2-search select2-search--inline"><input class="select2-search__field" type="search" tabindex="0" autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" role="searchbox"
                      aria-autocomplete="list" placeholder="Select Destination" style="width: 335px;"></li>
                </ul>
              </span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
        </div>
      </div>
      <div class="w50 w-1200-100">
        <label for="">Course </label>
        <div class="form-grp">
          <input type="text" class="predictive form-field ui-autocomplete-input" id="formCourse" name="formCourse" oninvalid="this.setCustomValidity('Please enter course')" oninput="setCustomValidity('')" required="" autocomplete="off">
        </div>
      </div>
      <div class="w50 w-1200-100">
        <label for="">When do you plan to study?</label>
        <div class="form-grp">
          <select class="select-field" id="formMonth" name="formMonth" oninvalid="this.setCustomValidity('Please select month')" oninput="setCustomValidity('')" required="">
            <option value="">Select Month</option>
            <option value="Jan">Jan</option>
            <option value="Feb">Feb</option>
            <option value="Mar">Mar</option>
            <option value="Apr">Apr</option>
            <option value="May">May</option>
            <option value="Jun">Jun</option>
            <option value="Jul">Jul</option>
            <option value="Aug">Aug</option>
            <option value="Sept">Sept</option>
            <option value="Oct">Oct</option>
            <option value="Nov">Nov</option>
            <option value="Dec">Dec</option>
          </select>
        </div>
      </div>
      <div class="w50 w-1200-100">
        <label for="">Your preferred year</label>
        <div class="form-grp">
          <select class="select-field" id="formYear" name="formYear" oninvalid="this.setCustomValidity('Please select year')" oninput="setCustomValidity('')" required="">
            <option value="">Select Year</option>
            <option value="2024">2024</option>
            <option value="2025">2025</option>
            <option value="2026">2026</option>
          </select>
        </div>
      </div>
      <div class="w100">
        <!--<div class="agree-check-field-wrap">
                        <div class="checkbox-box">
                          <input type="checkbox" id="checkbox1" name="checkbox1" required />
                          <label class="chk-label" for="checkbox1">I agree to Edwise's Terms and Conditions</label>
                        </div>
                      </div>-->
        <input class="button white-line" type="submit" value="Submit" id="btnSubmit">
        <br><br>
        <div id="message" class="postmsg" style="color:white"></div>
      </div>
    </div>
  </div>
</form>

POST

<form id="book-consultation-form" class="form" action="" method="post">
  <input type="hidden" name="formPage" value="index">
  <div id="popupContainer">
    <meta charset="utf-8">
    <link rel="stylesheet" href="../css/popupstyles.css"> <!--popup style-->
    <!--style for predictive textbox on popup-->
    <style>
      .ui-autocomplete {
        z-index: 1001 !important;
        border: 1px solid #ccc;
        pointer-events: stroke;
      }

      .ui-menu-item {
        padding: 5px;
        cursor: pointer;
      }
    </style>
    <div id="popup" class="popup">
      <div class="popup-content">
        <span id="closePopup" class="close">×</span>
        <div class="qna-wrap">
          <div class="qna-container">
            <div class="qna-wrapper">
              <!-- country -->
              <div class="qna-sec show" id="qna-1">
                <h2 class="question">Welcome To The Journey Of Studying Abroad! <br> <!--Where are you off to?--></h2>
                <h4 class="select-quote">Choose Your Desired Country </h4>
                <div class="form-control-qna">
                  <div class="selector popup-selector-solutions">
                    <div class="selector-item">
                      <input type="radio" id="sol-radio1" name="solutions" class="selector-item_radio" value="Enterprise Solutions">
                      <label for="sol-radio1" class="selector-item_label"> UK </label>
                    </div>
                    <div class="selector-item">
                      <input type="radio" id="sol-radio2" name="solutions" class="selector-item_radio" value="Enterprise Solutions">
                      <label for="sol-radio2" class="selector-item_label"> USA </label>
                    </div>
                    <div class="selector-item">
                      <input type="radio" id="sol-radio3" name="solutions" class="selector-item_radio" value="Enterprise Solutions">
                      <label for="sol-radio3" class="selector-item_label"> CAN </label>
                    </div>
                    <div class="selector-item">
                      <input type="radio" id="sol-radio4" name="solutions" class="selector-item_radio" value="Enterprise Solutions">
                      <label for="sol-radio4" class="selector-item_label"> AUS </label>
                    </div>
                    <div class="selector-item">
                      <input type="radio" id="sol-radio5" name="solutions" class="selector-item_radio" value="Enterprise Solutions">
                      <label for="sol-radio5" class="selector-item_label"> NZ </label>
                    </div>
                    <div class="selector-item">
                      <input type="radio" id="sol-radio6" name="solutions" class="selector-item_radio" value="Enterprise Solutions">
                      <label for="sol-radio6" class="selector-item_label"> IRE </label>
                    </div>
                    <div class="selector-item">
                      <input type="radio" id="sol-radio7" name="solutions" class="selector-item_radio" value="Enterprise Solutions">
                      <label for="sol-radio7" class="selector-item_label"> SNG </label>
                    </div>
                    <div class="selector-item">
                      <input type="radio" id="sol-radio12" name="solutions" class="selector-item_radio" value="Enterprise Solutions">
                      <label for="sol-radio12" class="selector-item_label">Other</label>
                    </div>
                    <div id="divCountry" class="form-grp" style="display:none;height:8px;">
                      <div class="popup-form2">
                        <div class="comm-form">
                          <input type="text" class="form-field" id="popupcountryName" name="popupcountryName">
                        </div>
                      </div>
                    </div>
                    <p class="error error-1" style="display:none;">Please Select One</p>
                    <p class="errors error-1" style="display:none;">Please Enter Country</p>
                  </div>
                </div>
                <div class="btn-wrap">
                  <button id="nxtBtn1" type="button" class="button next-btn" style="display:none;">Continue</button>
                </div>
              </div>
              <!-- date -->
              <div class="qna-sec" id="qna-2">
                <button type="button" class="back-btn"><i class="ph ph-arrow-left"></i></button>
                <h2 class="question">Select your desired commencement date. </h2>
                <h4 class="select-quote">Choose Your Intake</h4>
                <div class="selector date-selector">
                  <div class="selector-item">
                    <input type="radio" id="desire2" name="desire" class="selector-item_radio" value="Enterprise Solutions">
                    <label for="desire2" class="selector-item_label"> Jan 25 </label>
                  </div>
                  <div class="selector-item">
                    <input type="radio" id="desire3" name="desire" class="selector-item_radio" value="Enterprise Solutions">
                    <label for="desire3" class="selector-item_label"> Apr 25 </label>
                  </div>
                  <div class="selector-item">
                    <input type="radio" id="desire1" name="desire" class="selector-item_radio" value="Enterprise Solutions">
                    <label for="desire1" class="selector-item_label"> Sept 25 </label>
                  </div>
                  <p class="error error-1" style="display: none;">Please Select One</p>
                </div>
                <div class="btn-wrap">
                  <button type="button" class="button bk-btn">Back</button>
                  <button type="button" class="button next-btn" style="display:none;">Continue</button>
                </div>
              </div>
            </div>
            <!-- level -->
            <div class="qna-sec" id="qna-3">
              <button type="button" class="back-btn"><i class="ph ph-arrow-left"></i></button>
              <h2 class="question">What level of study are you planning to pursue ? </h2>
              <h4 class="select-quote">Choose Your Level</h4>
              <div class="selector date-selector">
                <div class="selector-item">
                  <input type="radio" id="bachelors" name="level" class="selector-item_radio" value="Enterprise Solutions">
                  <label for="bachelors" class="selector-item_label"> Bachelor's </label>
                </div>
                <div class="selector-item">
                  <input type="radio" id="masters" name="level" class="selector-item_radio" value="Enterprise Solutions">
                  <label for="masters" class="selector-item_label"> Master's </label>
                </div>
                <div class="selector-item">
                  <input type="radio" id="diploma" name="level" class="selector-item_radio" value="Enterprise Solutions">
                  <label for="diploma" class="selector-item_label"> Diploma </label>
                </div>
                <p class="error error-1" style="display: none;">Please Select One</p>
              </div>
              <div class="btn-wrap">
                <button type="button" class="button bk-btn">Back</button>
                <button type="button" class="button next-btn" style="display:none;">Continue</button>
              </div>
            </div>
            <!-- select options -->
            <div class="qna-sec" id="qna-4">
              <button type="button" class="back-btn"><i class="ph ph-arrow-left"></i></button>
              <h2 class="question">Enter your area of academic specialisation</h2>
              <div class="form-grp">
                <div class="popup-form2">
                  <div class="comm-form">
                    <input type="text" id="course" class="predictive form-field ui-autocomplete-input" name="course" autocomplete="off">
                  </div>
                </div>
                <p class="error error-1" style="display: none;">Please Enter Course</p>
              </div>
              <div class="btn-wrap">
                <button type="button" class="button bk-btn">Back</button>
                <button type="button" class="button next-btn">Continue</button>
              </div>
            </div>
            <!-- name fields -->
            <div class="qna-sec" id="qna-5">
              <button type="button" class="back-btn"><i class="ph ph-arrow-left"></i></button>
              <h2 class="question">All grand adventures begin with the protagonist’s name. What’s yours? <!---The start of grand journeys lies in a name. What shall yours be? --></h2>
              <div class="form-grp">
                <div class="popup-form2">
                  <div class="comm-form">
                    <div class="f-row">
                      <div class="w50 w-1200-100">
                        <label for="">First Name </label>
                        <div class="form-grp">
                          <input type="text" class="form-field" id="popupfirstName" name="popupfirstName" required="">
                        </div>
                      </div>
                      <div class="w50 w-1200-100">
                        <label for="">Last Name </label>
                        <div class="form-grp">
                          <input type="text" class="form-field" id="popuplastName" name="popuplastName" required="">
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
                <p class="error error-1" style="display: none;">Please Enter Name</p>
              </div>
              <div class="btn-wrap">
                <button type="button" class="button bk-btn">Back</button>
                <button type="button" class="button next-btn">Continue</button>
              </div>
            </div>
            <!-- email numbr fields -->
            <div class="qna-sec" id="qna-6">
              <button type="button" class="back-btn"><i class="ph ph-arrow-left"></i></button>
              <h2 class="question">How can we contact you to assist with your study abroad goals? </h2>
              <div class="form-grp">
                <div class="popup-form2">
                  <div class="comm-form">
                    <div class="f-row">
                      <div class="w50 w-1200-100">
                        <label for="">Email ID</label>
                        <div class="form-grp">
                          <input type="text" class="form-field" id="email" name="email" required="">
                        </div>
                      </div>
                      <div class="w50 w-1200-100">
                        <label for="">Mobile Number</label>
                        <div class="form-grp"> <!---Image file changed-->
                          <input type="text" style="padding-left: 25px;background: url('img/plus-icon1.png') no-repeat left;background-size: 20px;" class="form-field" id="mobile" name="mobile" maxlength="12" required="">
                        </div>
                      </div>
                      <div class="w50 w-1200-100">
                        <label for="">Nearest Branch</label>
                        <div class="form-grp">
                          <select class="form-field" id="branch" name="branch" required="">
                            <option value="0">Select Branch</option>
                            <option value="4">AHMEDABAD</option>
                            <option value="6">BANGALORE</option>
                            <option value="8">CHANDIGARH</option>
                            <option value="5">CHENNAI</option>
                            <option value="9">COCHIN</option>
                            <option value="10">COIMBATORE</option>
                            <option value="11">DELHI</option>
                            <option value="12">HYDERABAD</option>
                            <option value="17">INDORE</option>
                            <option value="26">JAIPUR</option>
                            <option value="15">KOLKATA</option>
                            <option value="19">MALAD</option>
                            <option value="2">MARINELINES</option>
                            <option value="1">MUMBAI</option>
                            <option value="31">NASHIK</option>
                            <option value="13">PUNE</option>
                            <option value="27">PuneFC</option>
                            <option value="3">SANTACRUZ</option>
                            <option value="16">SURAT</option>
                            <option value="20">THANE</option>
                            <option value="21">TRIVANDRUM</option>
                            <option value="7">VADODARA</option>
                            <option value="25">VASHI</option>
                            <option value="14">VIZAG</option>
                          </select>
                        </div>
                      </div>
                    </div>
                  </div>
                  <p class="error error-1" style="display: none;">Please Enter Valid Mobile, Email &amp; Branch</p>
                </div>
              </div>
              <div class="btn-wrap">
                <button type="button" class="button bk-btn">Back</button>
                <button type="button" class="button next-btn">Continue</button>
              </div>
            </div>
            <!-- summary -->
            <div class="qna-sec" id="qna-7">
              <input type="hidden" name="formType" value="bookConsultationFormPopUp">
              <button type="button" class="back-btn"><i class="ph ph-arrow-left"></i></button>
              <h2 class="question">Summary</h2>
              <h4 class="process-text">Kindly confirm you details before proceeding.</h4>
              <h3 class="summ-course-hdr" style="margin-top: 15px;">Course Details :</h3>
              <div class="dtl-cont-wrap">
                <p> Country : <!--<span class="country" id="country" name="country"></span>-->
                  <input type="text" id="summaryCountry" name="summaryCountry" style="border:none;" readonly="readonly" required="">
                </p>
                <p> Intake : <!--<span class="intake"></span>-->
                  <input type="text" id="summaryIntake" name="summaryIntake" style="border:none;" readonly="readonly" required="">
                </p>
                <p> Level : <!--<span class="level"></span>-->
                  <input type="text" id="summaryLevel" name="summaryLevel" style="border:none;" readonly="readonly">
                </p>
                <p> Specialisation : <!--<span class="specialization"></span>-->
                  <input type="text" id="summarySpecailisation" name="summarySpecailisation" style="border:none;" readonly="readonly">
                </p>
              </div>
              <h3 class="summ-course-hdr" style="margin-top: 15px;">Personal Details :</h3>
              <div class="dtl-cont-wrap">
                <p> Full Name : <!--<span class="fullName"></span>-->
                  <input type="text" id="summaryName" name="summaryName" style="border:none;" readonly="readonly">
                </p>
                <p> Mobile number : <!--<span class="mobileNumber"></span>-->
                  <input type="text" id="summaryMobile" name="summaryMobile" style="border:none;" readonly="readonly" maxlength="12">
                </p>
                <p> Email ID : <!--<span class="emailId"></span>-->
                  <input type="text" id="summaryEmail" name="summaryEmail" style="border:none;" readonly="readonly">
                </p>
                <p> Branch : <select id="summaryBranch" name="summaryBranch" style="width:250px;" disabled="">
                    <option value="4">AHMEDABAD</option>
                    <option value="6">BANGALORE</option>
                    <option value="8">CHANDIGARH</option>
                    <option value="5">CHENNAI</option>
                    <option value="9">COCHIN</option>
                    <option value="10">COIMBATORE</option>
                    <option value="11">DELHI</option>
                    <option value="12">HYDERABAD</option>
                    <option value="17">INDORE</option>
                    <option value="26">JAIPUR</option>
                    <option value="15">KOLKATA</option>
                    <option value="19">MALAD</option>
                    <option value="2">MARINELINES</option>
                    <option value="1">MUMBAI</option>
                    <option value="31">NASHIK</option>
                    <option value="13">PUNE</option>
                    <option value="27">PuneFC</option>
                    <option value="3">SANTACRUZ</option>
                    <option value="16">SURAT</option>
                    <option value="20">THANE</option>
                    <option value="21">TRIVANDRUM</option>
                    <option value="7">VADODARA</option>
                    <option value="25">VASHI</option>
                    <option value="14">VIZAG</option>
                  </select>
                </p>
              </div>
              <div class="btn-wrap popup-btn-grp" style="margin-top: 15px;">
                <button type="button" class="button line" id="editDetailsBtn">Edit Details</button>
                <button type="submit" class="button submit-btn">Submit</button>
              </div>
              <div id="message" style="color:red" class="poppostmsg"></div>
              <input type="hidden" id="hdnIsPopUp" name="hdnIsPopUp" value="YES">
            </div>
          </div>
        </div>
      </div>
    </div>
    <script>
      document.getElementById('mobile').addEventListener('keypress', function(e) {
        const charCode = e.charCode;
        if (charCode < 48 || charCode > 57) {
          e.preventDefault();
        }
      });
    </script>
  </div>
</form>

Text Content

 * Study Abroad
   * UK
   * USA
   * Canada
   * Australia
   * New Zealand
   * Singapore
   * Ireland
   * France
   * Germany
   * Switzerland
   * Dubai
   * Spain
   * Malaysia
   * Mauritius
   * India
   * Netherlands
   * Italy
   * International
   * Study Abroad
 * Student Services
   * Student Services
   * Test Preparations
     * All Tests
     * TOEFL
     * IELTS
     * GMAT
     * GRE
     * SAT
     * CAEL
     * CELPIP
     * ACT
     * PTE
     * DUOLINGO
   * career counseling
   * admission Guidance
   * Financial assistance
   * Scholarships
   * Travel & Forex Assistance
   * Visa Assistance
 * What We Do
   * What We Do
   * About Us
   * University Visits
   * work with us
   * Partnered Universities
     
 * Events
 * Resources

Contact Us


 * Study Abroad
   * UK
   * USA
   * Canada
   * Australia
   * New Zealand
   * Singapore
   * Ireland
   * France
   * Germany
   * Switzerland
   * Dubai
   * Spain
   * Malaysia
   * Mauritius
   * India
   * Netherlands
   * Italy
   * International
   * Study Abroad
 * Student Services
   * Student Services
   * Test Preparations
     * All Tests
     * TOEFL
     * IELTS
     * GMAT
     * GRE
     * SAT
     * CAEL
     * CELPIP
     * ACT
     * PTE
     * DUOLINGO
   * career counselling
   * admission Guidence
   * Financial assistance
   * Scholarships
   * Travel & Forex Assistance
   * Visa Assistance
 * What We Do
   * What We Do
   * About Us
   * University Visits
   * work with us
   * Partnered Universities
 * Events
 * Resources


DREAM, DISCOVER & CONQUER WITH EDWISE YOUR STUDY ABROAD PARTNER

Ready to start your overseas education journey? Reach out to one of Edwise’s
expert country counselors today!

Book Free Consultation WhatsApp



33 YEARS

OF EXCELLENCE


2 LACS

SUCCESS STORIES


100 CRORE

IN SCHOLARSHIPS


99%

VISA SUCCESS RATE

Let Our Team reach out to you
First Name

Last Name

Email ID

Mobile Number

Your preferred study destination
You Can Select Multiple Destinations UK USA Canada Australia New Zealand
Singapore Ireland Germany Switzerland Dubai France Spain Malaysia Italy
 * 

Course

When do you plan to study?
Select Month Jan Feb Mar Apr May Jun Jul Aug Sept Oct Nov Dec
Your preferred year
Select Year 2024 2025 2026




4 Steps to Your Dream Destination
1

EDUCATION COUNSELING

One on One counseling with our country specialist. Shortlist your ideal
destination, institution and program with their expert guidance.

Free Expert Consultation
2

UNIVERSITY APPLICATIONS

Apply to your dream university. Our team will guide you through the application
process.

Free Expert Consultation
3

LOANS & SCHOLARSHIPS

Explore financial options with our loan and scholarship expertise, making your
dream education affordable.

Free Expert Consultation
4

VISA PROCESSING

Apply for your visa with the help of our Visa experts. Our team has a 99% visa
success rate.

Free Expert Consultation

Your Trusted Partner in Global Education

Edwise, India's leading study abroad consultants, have been the architects of
dreams and shapers of destinies for aspiring students for over three decades.

Free Expert Consultation



33 YEARS OF EXCELLENCE




900+ PARTNER UNIVERSITIES




FREE SERVICES




200+ EXPERT COUNSELORS




200K+ HAPPY STUDENTS





YOUR DREAM STUDY DESTINATION AWAITS

Learn all about the country's top universities, scholarships, cost of living,
post study work rights and more from the finest foreign education consultants in
the industry!

View more



OUR TOP RANKED PARTNERS

Here are the top universities according to the QS World Rankings. Edwise is
proud to partner with these esteemed institutions

View more


DISCOVER TRENDING COURSES WORLDWIDE

Courses in the UK

Courses in the USA

Courses in Canada

Courses in Australia


BUSINESS MANAGEMENT


ENGINEERING


COMPUTER SCIENCE


LAW


FINANCE


ARCHITECTURE

View more


IT & COMPUTER SCIENCE


ENGINEERING


BUSINESS ADMINISTRATION


FINANCE


DATA SCIENCE


BIOTECHNOLOGY

View more


BUSINESS ADMINISTRATION


ENGINEERING


COMPUTER SCIENCE


HOSPITALITY & TOURISM


EDUCATION


ENVIRONMENTAL SCIENCE

View more


IT & DATA SCIENCE


ENGINEERING


BIOTECHNOLOGY


NURSING & PHYSIOTHERAPY


BUSINESS & MANAGEMENT


ARCHITECTURE

View more


SUCCESS STORIES



Choosing Edwise was a game changer when I decided to study abroad. The staff and
my counselor were super friendly and every step became seamless.

VAIBHAVEE MODI

CONFEDERATION COLLEGE, CANADA

Edwise managed my entire journey to Australia, from university selection to visa
and flights! I highly recommend Edwise for anyone wanting to study abroad.

BHUMIKA

UNIVERSITY OF ADELAIDE, AUSTRALIA

Edwise made studying in London super easy. They handled everything and before I
knew it I was in the city of my dreams.

REGIN CHRISTY

LONDON METROPOLITAN UNIVERSITY, UK


TRENDING INSIGHTS & BLOGS


TOP 9 UNIVERSITIES IN THE US WITHOUT GRE

Read More


INTERESTING FUN FACTS ABOUT THE USA

Read More


POPULAR COURSES TO STUDY ABROAD

Read More


FAQS

 * What does Edwise do as a study abroad consultant?
   
   Edwise is one of the premier overseas study consultants representing more
   than 900+ universities worldwide. We offer expert counseling for university
   selection, coaching for international tests, visa, scholarship,
   accommodation, travel and forex assistance, and many more.

 * Are the services of Edwise available for free?
   
   As one of the leading study abroad consultants in India with more than 33
   years of experience we are proud to have provided FREE foreign education
   counseling for our students since 1991.

 * How do I get started on my study abroad journey with Edwise?
   
   If you wish to study abroad, you can contact us and our experienced
   counselors will expertly guide you through every step of the process to turn
   your dreams into reality.

 * Does Edwise provide coaching for IELTS?
   
   Edwise provides coaching for multiple examinations like IELTS, TOEFL, PTE,
   GMAT, GRE, Duolingo and many more.

 * How much does it cost to study abroad for Indian students?
   
   The cost of studying abroad varies from country to country. To get full
   information about the expenses at your desired country, contact us and our
   expert study abroad counselors will be able to give you all the information
   you need.


RECOGNITIONS


×


WELCOME TO THE JOURNEY OF STUDYING ABROAD!


CHOOSE YOUR DESIRED COUNTRY

UK
USA
CAN
AUS
NZ
IRE
SNG
Other


Please Select One

Please Enter Country

Continue


SELECT YOUR DESIRED COMMENCEMENT DATE.

CHOOSE YOUR INTAKE

Jan 25
Apr 25
Sept 25

Please Select One

Back Continue


WHAT LEVEL OF STUDY ARE YOU PLANNING TO PURSUE ?

CHOOSE YOUR LEVEL

Bachelor's
Master's
Diploma

Please Select One

Back Continue


ENTER YOUR AREA OF ACADEMIC SPECIALISATION

Please Enter Course

Back Continue


ALL GRAND ADVENTURES BEGIN WITH THE PROTAGONIST’S NAME. WHAT’S YOURS?

First Name

Last Name


Please Enter Name

Back Continue


HOW CAN WE CONTACT YOU TO ASSIST WITH YOUR STUDY ABROAD GOALS?

Email ID

Mobile Number

Nearest Branch
Select Branch AHMEDABAD BANGALORE CHANDIGARH CHENNAI COCHIN COIMBATORE DELHI
HYDERABAD INDORE JAIPUR KOLKATA MALAD MARINELINES MUMBAI NASHIK PUNE PuneFC
SANTACRUZ SURAT THANE TRIVANDRUM VADODARA VASHI VIZAG

Please Enter Valid Mobile, Email & Branch

Back Continue


SUMMARY

KINDLY CONFIRM YOU DETAILS BEFORE PROCEEDING.


COURSE DETAILS :

Country :

Intake :

Level :

Specialisation :


PERSONAL DETAILS :

Full Name :

Mobile number :

Email ID :

Branch : AHMEDABAD BANGALORE CHANDIGARH CHENNAI COCHIN COIMBATORE DELHI
HYDERABAD INDORE JAIPUR KOLKATA MALAD MARINELINES MUMBAI NASHIK PUNE PuneFC
SANTACRUZ SURAT THANE TRIVANDRUM VADODARA VASHI VIZAG

Edit Details Submit


Untitled Document
support_agent






GET READY TO BEGIN YOUR JOURNEY

Explore more, stay informed, and start your journey to academic excellence.

Contact Us


Contact Us



SUBSCRIBE FOR MORE INFO

Subscribe Now

--------------------------------------------------------------------------------

IMPORTANT LINKS

 * What We Do
 * About Us
 * Work with us
   
 * University Visits
 * Media & Press
 * Events
 * E-Brochure Download
 * Refer a Friend
 * Pay Online

TEST PREP

 * TOEFL
 * PTE
 * IELTS
 * GMAT
 * GRE
 * SAT
 * CAEL
 * CELPIP
 * Duolingo
 * ACT

STUDY DESTINATIONS

 * Study in UK
 * Study in USA
 * Study in Canada
 * Study in Australia
 * Study in New-Zealand
 * Study in Singapore
 * Study in Ireland
 * Study in France
 * Study in Germany
 * Study in Switzerland
 * Study in Dubai
 * Study in Spain
 * Study in Malaysia
 * Study in Mauritius
 * Study in India
 * Study in Netherlands
 * Study in Italy

STUDENT SERVICES

   
 * Visa Guidance
 * Admission Guidance
 * Career Counseling
 * Finance Assistance
 * Travel Assistance
 * Forex Assistance
 * Scholarship
 * Study Abroad

CONTACT US

 * Mumbai Branches
 * Mumbai HO
 * Marine Lines
 * Santacruz
 * Malad
 * Thane
 * Vashi
 * India Branches
 * Ahmedabad
 * Bangalore
 * Chandigarh
 * Chennai
 * Cochin

 * Coimbatore
 * Delhi
 * Hyderabad
 * Indore
 * Jaipur
 * Nashik
 * Kolkata
 * Pune
 * Pune FC
 * Surat
 * Trivandrum
 * Vadodara
 * Vizag

--------------------------------------------------------------------------------

COPYRIGHT © 1991–2024. EDWISE INTERNATIONAL INFO@EDWISEINTERNATIONAL.COM

 * Disclaimer
 * Privacy Policy
 * Sitemap