studytravel.network
Open in
urlscan Pro
51.140.180.76
Public Scan
Submitted URL: http://studytravel.network/
Effective URL: https://studytravel.network/
Submission: On October 18 via manual from US — Scanned from US
Effective URL: https://studytravel.network/
Submission: On October 18 via manual from US — Scanned from US
Form analysis
4 forms found in the DOM<form class="login-modal-form needs-validation" id="loginModalForm" novalidate="">
<div class="form-row login-view-content-row" id="viewContentMessage">
<div class="col-xs-12 col-sm-12 modal-control-container">
<div class="alert alert-info login-info"> To view the content, as a registered STN user, you must first log in. If you have forgotten your password, please use the forgot password feature. </div>
</div>
</div>
<!-- Login Modal Login Controls -->
<div class="form-row">
<div class="col-xs-12 col-sm-12 modal-control-container">
<label for="loginEmailInput">Email Address </label>
<input type="email" class="form-control" id="loginEmailInput" required="">
</div>
</div>
<div class="form-row">
<div class="col-xs-12 col-sm-12 modal-control-container">
<label for="loginPasswordInput">Password</label>
<input type="password" class="form-control" id="loginPasswordInput" minlength="6" required="">
</div>
</div>
<div class="form-row keep-logged-in-row">
<input class="form-control keep-logged-in-checkbox" type="checkbox" id="keepLoggedInCheckBox">
<label class="keep-logged-in-label" for="keepLoggedInCheckBox" checked=""> Keep me logged in </label>
</div>
<div class="form-row login-failed-row" id="loginFailedMessage">
<div class="col-xs-12 col-sm-12 modal-control-container">
<div class="alert alert-danger login-failed-info">
</div>
</div>
</div>
<div class="form-row modal-submit-controls login-modal-submit-controls">
<div class="forgot-password forgot-password-wide" onclick="showAccountRecovery()"> Forgot password </div>
<button class="btn btn-signin" type="submit"> Sign-in </button>
</div>
<div class="form-row modal-submit-controls login-modal-submit-controls forgot-password-mobile">
<div class="forgot-password" onclick="showAccountRecovery()"> Forgot password </div>
</div>
</form>
<form class="join-modal-form needs-validation" id="joinModalForm" novalidate="">
<!-- Join Modal User Personal Details -->
<div class="modal-label"> Enter your personal details </div>
<div class="well well-form-group ">
<div class="form-row">
<div class="col-xs-12 col-sm-4 modal-control-container user-type-combo-container">
<label for="userTitleSelect">Title </label>
<select class="form-control do-validate combo" id="userTitleSelect" required="">
<option disabled="" selected="" value=""> Title </option>
<option value="1"> Mr </option>
<option value="2"> Mrs </option>
<option value="3"> Ms </option>
<option value="4"> Miss </option>
<option value="5"> Dr </option>
<option value="6"> Rev </option>
</select>
</div>
<div class="col-xs-12 col-sm-8 modal-control-container">
<label for="userFirstNameInput">First name</label>
<input type="text" class="form-control do-validate" id="userFirstNameInput" minlength="2" required="">
</div>
</div>
<div class="form-row">
<div class="col-xs-12 col-sm-12 modal-control-container">
<label for="userSurnameInput">Surname</label>
<input type="text" class="form-control do-validate" id="userSurnameInput" minlength="2" required="">
</div>
</div>
<div class="form-row">
<div class="col-xs-12 col-sm-12 modal-control-container">
<label for="userCompanyUrl">Company Web address (or facebook, LinkedIn, WeChat etc)</label>
<input type="text" class="form-control do-validate" id="userCompanyUrl" minlength="2" required="">
</div>
</div>
</div>
<!-- Join Modal User Type Selection -->
<div class="modal-label"> I am an </div>
<div class="well well-form-group ">
<div class="form-row">
<div class="form-group radio-group-container" id="user-type-radio-group">
<div class="radio-input-container">
<input type="radio" id="userTypeAgent" name="user-type-radio" value="1" required="">
<label class="radio-label" for="userTypeAgent"> Agent </label><br>
</div>
<div class="radio-input-container">
<input type="radio" id="userTypeEducator" name="user-type-radio" value="2" required="">
<label class="radio-label" for="userTypeEducator"> Educator </label><br>
</div>
<div class="radio-input-container">
<input type="radio" id="userTypeServiceProvider" name="user-type-radio" value="3" required="">
<label class="radio-label" for="userTypeServiceProvider"> Service provider </label><br>
</div>
<div class="radio-input-container">
<input type="radio" id="userTypeAssociationOfficer" name="user-type-radio" value="4" required="">
<label class="radio-label" for="userTypeAssociationOfficer"> Association officer </label><br>
</div>
</div>
</div>
</div>
<!-- Join Modal User Credentials -->
<div class="modal-label"> Set your account credentials </div>
<div class="well well-form-group ">
<div class="form-row">
<div class="col-xs-12 col-sm-12 modal-control-container">
<label for="userEmailInput">Email</label>
<input type="email" class="form-control do-validate" id="userEmailInput" required="">
</div>
</div>
<div class="form-row">
<div class="col-xs-12 col-sm-12 modal-control-container">
<label for="userConfirmEmailInput">Confirm Email</label>
<input type="email" class="form-control do-validate" id="userConfirmEmailInput" pattern="" required="">
</div>
</div>
<div class="form-row">
<div class="col-xs-12 col-sm-12 modal-control-container">
<label for="userPasswordInput">Password</label>
<input type="password" class="form-control do-validate" id="userPasswordInput" minlength="6" required="">
<div class="alert alert-info password-info"> Your password must be at least 6 characters long. </div>
</div>
</div>
</div>
<!-- Join Modal Agreement -->
<div class="well well-form-group agreement-container">
<div class="form-row agreement-row"> We process your personal data as part of administering your business's account with us and your/your business' participation in the ST Network and to allow you to make business contacts (and others in the ST
Network to make contact with you); book business conferences, events and advertising; arrange meetings and use the extensive facilities throughout our site. </div>
<div class="form-row agreement-row"> Further details of our processing of your personal data are available within our <span class="privacy-policy-link" onclick="viewPrivacyPolicy()"> Privacy Policy. </span>
</div>
<div class="form-row agreement-row agree-policy-validation-row">
<input class="form-control form-check-input agree-policy-checkbox" type="checkbox" id="agreePolicyCheckBox" required="">
<label class="form-check-label agree-policy-label do-validate" for="agreePolicyCheckBox"> Please tick this box if you agree to our Privacy Policy. </label>
</div>
<div class="form-row agreement-row"> If you don't accept our Privacy Policy, you can't continue to use the website. We can assist you to print-off any info you need from this website before you close your account. </div>
<div class="form-row agreement-row"> Occasionally we'd like to contact you by email. Will that be ok? If you change your mind you can do so via the Terms and Privacy Policy page anytime. </div>
<div class="form-row agreement-row agree-notifications-row">
<div class="radio-input-container border-0">
<input type="radio" class="form-check-input agree-notifications-radio do-validate" id="userNotificationsYes" name="agree-notifications-radio" value="userNotificationsYes" required="">
<label class="form-check-label radio-label notifications-radio-label" for="userNotificationsYes"> Yes </label><br>
</div>
<div class="radio-input-container border-0">
<input type="radio" class="form-check-input agree-notifications-radio do-validate" id="userNotificationsNo" name="agree-notifications-radio" value="userNotificationsNo" required="">
<label class="form-check-label radio-label notifications-radio-label" for="userNotificationsNo"> No </label><br>
</div>
</div>
</div>
<div class="form-row email-exists-row" id="emailExistsMessage">
<div class="alert alert-danger email-exists-error"> It looks like there is already an account using the email you have entered. Please login via the <a class="email-exists-link">login screen</a> or if you have forgotten your password please use
the <a class="email-exists-link">forgotten password feature</a>. </div>
</div>
<div class="form-row modal-submit-controls">
<button class="btn btn-register" type="submit"> Register </button>
</div>
</form>
<form class="recover-account-modal-form needs-validation" id="recoverAccountModalForm" novalidate="">
<div class="form-row">
<div class="col-xs-12 col-sm-12 modal-control-container">
<label for="recoverAccountEmailInput"> To re-set your password, first enter your email address. </label>
<input type="email" class="form-control" id="recoverAccountEmailInput" value="" required="">
</div>
</div>
<div class="form-row modal-submit-controls recover-modal-submit-controls">
<button class="btn btn-reset-password" type="submit"> Reset Password </button>
<button class="btn btn-reset-password-cancel" onclick="cancelAccountRecovery(event)" type="submit"> Cancel </button>
</div>
<div class="form-row">
<div class="col-xs-12 col-sm-12 modal-control-container reset-password-sent-message">
</div>
</div>
</form>
<form class="change-password-modal-form needs-validation" id="changePasswordModalForm" novalidate="">
<div class="form-row">
<div class="change-password-title"> Please enter your new password </div>
</div>
<div class="form-row">
<div class="col-xs-12 col-sm-12 modal-control-container">
<label for="recoverAccountEmailInput"> Password </label>
<input type="password" class="form-control" id="changePasswordNewPasswordInput" minlength="6" value="" required="">
</div>
</div>
<div class="form-row">
<div class="col-xs-12 col-sm-12 modal-control-container">
<label for="recoverAccountEmailInput"> Confirm Password </label>
<input type="password" class="form-control" id="changePasswordConfirmNewPasswordInput" minlength="6" value="" pattern="" required="">
</div>
</div>
<div class="form-row modal-submit-controls recover-modal-submit-controls">
<button class="btn btn-reset-password" type="submit"> Change Password </button>
<button class="btn btn-reset-password-cancel" onclick="cancelChangePassword(event)" type="submit"> Cancel </button>
</div>
<div class="form-row">
<div class="col-xs-12 col-sm-12 modal-control-container reset-password-sent-message">
</div>
</div>
</form>
Text Content
Log in Join the Everything StudyTravel Join 8,524 networkers now The complete B2B platform for schools and study travel agencies whose focus is international students. You can connect with industry colleagues, book conferences and get all the latest industry news in StudyTravel Magazine. StudyTravel has over 30 years' experience in connecting agents and educators. Read our latest issue. The only publication written especially for study travel agents. Join our extensive network of study travel professionals. 2-day face-to-face conferences in 11 global destinations. Stay in touch in an accessible, online format to suit your circumstances. Half-day, boutique online events to keep you connected. Celebrating outstanding service in the study travel industry. Peer-voted awards for the secondary sector. Manage your online and offline conference meetings with ease. Previous “ The Study Travel Network is a brilliant all in one resource for event organisers. ” Lorcan O'Connor Lloyd, Marketing English in Ireland (MEI) “ I think the platform is the best I've worked with so far. Very efficient! ” Remco Weeda, Scarborough College “ The thing that I always find great about Alphe Conferences is the friendship and the collaboration among the participants. ” Daniele Galati, HITOUR “ We think the Alphitos are a really good platform to meet partners and you are definitely doing great work in bringing together agents and educators! ” Carolin Kemen, F+U “ Study Travel Magazine is always keeping us up to date with trends and information for this industry. It is one of the top magazines of this industry. ” Muhammad Mohsin Raza, Iqra Consultants (pvt) Limited “ The Study Travel Network is a brilliant all in one resource for event organisers. ” Lorcan O'Connor Lloyd, Marketing English in Ireland (MEI) “ I think the platform is the best I've worked with so far. Very efficient! ” Remco Weeda, Scarborough College “ The thing that I always find great about Alphe Conferences is the friendship and the collaboration among the participants. ” Daniele Galati, HITOUR “ We think the Alphitos are a really good platform to meet partners and you are definitely doing great work in bringing together agents and educators! ” Carolin Kemen, F+U “ Study Travel Magazine is always keeping us up to date with trends and information for this industry. It is one of the top magazines of this industry. ” Muhammad Mohsin Raza, Iqra Consultants (pvt) Limited “ The Study Travel Network is a brilliant all in one resource for event organisers. ” Lorcan O'Connor Lloyd, Marketing English in Ireland (MEI) Next © StudyTravel. All rights reserved. Login × To view the content, as a registered STN user, you must first log in. If you have forgotten your password, please use the forgot password feature. Email Address Password Keep me logged in Forgot password Sign-in Forgot password Register × Enter your personal details Title Title Mr Mrs Ms Miss Dr Rev First name Surname Company Web address (or facebook, LinkedIn, WeChat etc) I am an Agent Educator Service provider Association officer Set your account credentials Email Confirm Email Password Your password must be at least 6 characters long. We process your personal data as part of administering your business's account with us and your/your business' participation in the ST Network and to allow you to make business contacts (and others in the ST Network to make contact with you); book business conferences, events and advertising; arrange meetings and use the extensive facilities throughout our site. Further details of our processing of your personal data are available within our Privacy Policy. Please tick this box if you agree to our Privacy Policy. If you don't accept our Privacy Policy, you can't continue to use the website. We can assist you to print-off any info you need from this website before you close your account. Occasionally we'd like to contact you by email. Will that be ok? If you change your mind you can do so via the Terms and Privacy Policy page anytime. Yes No It looks like there is already an account using the email you have entered. Please login via the login screen or if you have forgotten your password please use the forgotten password feature. Register Terms and Privacy Policy × Close Are You Sure × You will NOT receive any invitations to ST Alphe Conferences and other events; discounts and booking deadlines, STM editorial surveys; and details of online and print advertising on this site and in StudyTravel Magazine? Yes No Email verification required × You will be sent an email to your email account: Please go there now and click on the link in the email in order to verify your email address and gain access to the Study Travel Network. Resend verification email Recover your account × To re-set your password, first enter your email address. Reset Password Cancel Change Password × Please enter your new password Password Confirm Password Change Password Cancel