Intl Visa Status
Tutorials
Self Service Links
- Visa Status Update form
- Log-in and click "Visa Status Update" to update your status.
Related Information
enrolment servicesView All
Enrolment Services11/12/2024
Enrolment Services11/12/2024
Enrolment Services09/24/2024
.dc-microsite-tabs ul li a:first-child:not(.button), .dc-microsite-tabs a.link-tertiary, .link-tertiary {
font-size:0.88rem !important;
}
#page-full-width .dc-microsite-tabs {
display:block !important;
}
.banner-wide {
margin-bottom:0 !important;
}
jQuery(document).ready(function ($) {
findText = ['Enrolment Services'];
findText.forEach(function (textResult) {
$('.dc-microsite-tabs ul.menu li a').filter(function () {
if ($(this).text().indexOf(textResult) >= 0) {
$(this).text("Registration");
}
})
}, this);
});