Application Form
Source: https://www.trinity.unimelb.edu.au/pathways-school/apply/tcfs-application-form Parent: https://www.trinity.unimelb.edu.au/pathways-school/student-life/student-testimonials
- Print Page
- Share Page
Submitter Details
Student Details
Correspondence Details
Intake & Course Information
Student Documentation
Done
Details of the person submitting the application
Please note: correspondence will be sent to the person who submits this application form.
This form is being completed by
Student
Agent (Registered Agent of Trinity College)
Parent
Guardian
Other relative
Other
In which country are you located?
Please type country and select value from the list
Your Name
Name of the person submitting the form.
Your Email
Email of the person submitting the form.
Confirm Your Email
IsCompleted
Student details
Student details should be entered as per passport.
Student Title
Please Select Miss Mr Ms Mx
Student Family Name/Surname
Student Given Names
Student Gender
Please select Female Male Other
Student Date of Birth
function f3wps6b() { // Update datepicker to accept/recognise additional formats $.datepicker.additionalFormats = [ "dd/mm/yy", "dd/mm/y", "d/m/yy", "d/m/y", "d M y", "d M yy", "d MM yy"]; // Backup the original parsing function. Do NOT do it second time because it will backup overwritten function // and one will get an infinite loop! if (typeof $.datepicker.originalParseDate !== "function") { $.datepicker.originalParseDate = $.datepicker.parseDate; } // New parsing function $.datepicker.parseDate = function (format, value, settings) { var date = "";// new Date(); function testParse(format, value, settings) { if (!date) { try { date = $.datepicker.originalParseDate(format, value, settings); } catch (Error) { } } } testParse(format, value, settings); var len = $.datepicker.additionalFormats ? $.datepicker.additionalFormats.length : 0; for (var n = 0; n < len; n++) { testParse($.datepicker.additionalFormats[n], value, settings); }; if (date == "") { throw new Error('Unrecognised date format'); } return date; }; $('[data-id=3wps6b]').each(function() { var format = 'DD, d MM, yy'; if ($(this).attr('data-dateformat')) { format = $(this).attr('data-dateformat'); } $(this).datepicker({ changeMonth: true, changeYear: true, yearRange: "-80:+10", dateFormat: format }); }); } if (document.readyState === 'complete') { f3wps6b(); } else { document.addEventListener('DOMContentLoaded', function(event) { f3wps6b(); }); }
Student Country of Birth
Please type country and select value from the list
Prev
Student citizenship
Please note that Australian and New Zealand citizens are not eligible to apply for the Foundation Studies program.
Student Country of Citizenship
Please note that Australian and New Zealand citizens are not eligible to apply for the Foundation Studies program.
Does the student have an Australian or New Zealand citizenship or Australian Permanent Residency status?
Yes
No
Has the student applied for Australian citizenship or Australian Permanent residency?
Yes
No
Does the student have an Australian Visa?
Yes
No
Prev
Student correspondence details
Address Line 1
Address Line 2
Address Line 3
City/Town
Country
Please type country and select value from the list. If city and country are the same (e.g. Singapore), please enter for both City and Country.
Telephone
Please include the country code with no spaces or other characters eg. 61400000000
Mobile
Please include the country code with no spaces or other characters eg. 61400000000
Student Email
Confirm Student Email
Prev
Intake and course information
Preferred Intake
Please Select July Comprehensive 2026 June Fast Track 2026 August Standard 2026 September Fast Track 2026 --Do not know--
Preferred University Course
Please Select Arts Biomedicine Commerce Music (Music Performance) Science Oral Health Agriculture Music (Jazz and Improvisation) Design
University Major
Does the student require a packaged Letter of Offer with the University of Melbourne?
Yes
No
Prev
Current or previous studies
School Country
Country where you went to school. Please type country and select value from the list.
Name of School
If the school is not in the list above, can you please select 'Other' and enter details below
School Name
If your School is not listed, please enter the name of school.
School Address
If your School is not listed, please enter address of the school.
Most Recent Qualification
Students most recent qualification, can you please type qualification and select value from the list.
Year Awarded
Prev
Student documentation
Please select below the relevant documents you are currently able to upload to support this application.
Please use the correct box to upload each document.
The following file formats are accepted; jpg, gif, png, bmp, pdf. Files must be less than 20Mb each and free from viruses.
Documentation to be submitted to support your application
Certified transcript/s
Evidence of English language proficiency such as IELTS, TOEFL or PTE
Passport copy
SSVF (if application is being submitted by a registered Representative of Trinity College)
Trinity Admission tests (if application being submitted by a registered Representative of Trinity College)
Other
These documents are not mandatory but will speed up the application processing. If you have other documents to submit please email them to registrations@trinity.unimelb.edu.au
Prev
Additional information
Does the student have a parent who previously studied at TCFS?
Yes
No
Does the student have a sibling who previously studied at TCFS?
Yes
No
Do you have any existing condition/s (medical, phychological, physical condition or disability) which may require additional support from Trinity College?
Yes
No
Prev
Error: Multi step form must have "IsCompleted" hidden field. Add validation to the field to accept "true" and reject "false"
if (typeof multistepFormWidget !== 'undefined') { multistepFormWidget.initialize(); } else { window.addEventListener("load", () => { multistepFormWidget.initialize(); }); }