<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.wintec.ac.nz/dtd/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head id="ctl00_Head1"><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" /><link id="ctl00_mobilestylesheet" href="../SharedControls/css/mobiledevicestyle.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/javascript/AllScriptsCompressed.js"></script>
<title>
	Enrolment Process, Student Enrolment & Information Centre, Wintec
</title>
<title>Enrolment Process, Student Enrolment &amp; Information Centre, Wintec</title>
</head>

<body class="HasBackground">

<form name="aspnetForm" method="post" action="enrolmentprocess.aspx" id="aspnetForm">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJNDMyNDU0NjAzZGTjxLxU9OLjRbhPkduqZJ+8hwLY9A==" />


<div id="MobilePageHeader">
<div id="MobileImage">
<img src="http://www.wintec.ac.nz/mobile-device/images/mobile-logo.gif" alt="Wintec website for Mobile devices" title="Wintec website for mobile devices" />
</div>
<div id="MobileWintecImage">
<img src="http://www.wintec.ac.nz/mobile-device/images/wintec-logo.gif" alt="Wintec - Waikato Institute of Technology" title="Wintec - Waikato Institute of Technology" width="149" height="50" />
</div>
<div class="MobileTopMenu">
	<div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/index.aspx">Home</a></div>
    <div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/courses/index.aspx">Courses</a></div>
    <div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/studentlife/index.aspx">Student Life</a></div>
    <div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/international/index.aspx">International</a></div>
    <div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/faculty/index.aspx">Faculty</a></div>
</div>
</div>

<div id="MobilePageContent">
	
<h1>Enrolment</h1>
<div class="ColumnLeft">
<p>Click here if you are a <a href="returning.aspx" target="_self">returning student &raquo;</a></p>
<p>Enrolling at Wintec for the first time is easy. Just follow the five steps below:</p>
<p>If you need help, contact us!</p>
<p>Contact the <a href="index.aspx#contact" target="_self">Student Enrolment and Information Centre</a>.</p>
<h2>Step 1: Enquiry</h2>
<p>Once you know what you want to study, call us on 0800 2 Wintec (0800 2 946 832) and we'll send you an enrolment pack.</p>
<p>You can also click here to <a href="files/Enrolment-Pack.pdf" target="_blank">download the enrolment pack</a> from this website.</p>
<p>You should also find out whether you can get a student loan or student allowance.</p>
<p>Visit <a href="http://www.studylink.govt.nz" target="_blank">www.studylink.govt.nz</a> to see if you are eligible.</p>
<h2>Step 2: Application</h2>
<p>Complete the <a href="files/EDC1-Application-to-Enrol.pdf" target="_blank">Application to Enrol form</a> inside the Student Enrolment Pack along with any attachments requested on the form.</p>
<p>On the back of the Application to Enrol form there's a checklist.</p>
<p>Once you have done everything on this checklist, bring the form into a Student Enrolment and Information Centre at Wintec or post to us at, free:</p>
<p><em>Student Enrolment and Information Centre, Wintec, Freepost 566, Hamilton</em></p>
<p class="attn">If you are asked to supply various documents to support your application, do NOT send the originals.  Instead, you need to supply a verified copy.</p>
<p>A verified copy is a photocopy of the original document.  It has to be signed by a solicitor, Justice of the Peace or an authorised Wintec person to prove it's a true copy of the original.  Without a signature, we can't accept it.</p>
<p>You can find a list of your local Justices of the Peace by visiting <a href="http://www.yellow.co.nz" target="_blank">www.yellow.co.nz</a>. Enter 'Justice of the Peace' in the 'WHAT' search box and your city/region in the 'WHERE' box.</p>
<h2>Step 3: Assessment</h2>
<p>Once we've received your application, you may need to come in for an interview. We'll call you to arrange a time and date.</p>
<p>If your application is successful we'll then send you a formal Enrolment Offer - this means you're in!</p>
<h2>Step 4: Acceptance</h2>
<p>Sign the Enrolment Offer and post it back to us.  That way, we know you're coming and can make sure everything's ready for you.</p>
<h2>Step 5: Fees</h2>
<p>You need to pay your fees on time. If you have applied for a student loan to pay for your fees, make sure all the forms have been completed and that you have got approval.</p>
</div>

	<div id="SideMenu">
	<br />&nbsp;
	<div class="smMainCategory">Section Links</div>
	<div id="SideMenuBtns"></div>
	

	</div>
	<script type="text/javascript">
	<!--
	    LoadMenus();
	-->
	</script>
</div>

<div id="FooterBackground">
<div id="MobilePageFooter">
<span class="SmallLinks"><a href="http://www.wintec.ac.nz/zoom/search.aspx">Search</a> | <a href="http://www.wintec.ac.nz/about/disclaimer.aspx">Disclaimer</a> | <a href="http://www.wintec.ac.nz/about/index.aspx">About Us</a> | <a href="http://www.wintec.ac.nz/mobile-device/contact.aspx">Contact Us</a> | <a href="https://staff.wintec.ac.nz/">Staff Intranet</a></span>
</div>
</div>


<script type='text/javascript'>var imgObjs = document.images;var maxWidth = 250;var maxHeight = 150;for (var i = 0; i < imgObjs.length; i++) {var obj = imgObjs[i];var origWidth = obj.width;var origHeight = obj.height;if (obj.width > obj.height) {if (obj.width > maxWidth) { obj.width = maxWidth; obj.height = origHeight * (maxWidth / origWidth); }} else {if (obj.height > maxHeight) { obj.height = maxHeight; obj.width = origWidth * (maxHeight / origHeight); }}}</script></form>

<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-6887001-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();
</script>
</body>

</html>

