# A Basic Guide to Student Complaints
**Source**: https://documents.manchester.ac.uk/DocuInfo.aspx?DocID=23875
**Parent**: https://documents.manchester.ac.uk/list.aspx
//<![CDATA[
var theForm = document.forms['aspnetForm'];
if (!theForm) {
theForm = document.aspnetForm;
}
function \_\_doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.\_\_EVENTTARGET.value = eventTarget;
theForm.\_\_EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>
//<![CDATA[
Sys.WebForms.PageRequestManager.\_initialize('ctl00$ContentPlaceHolder1$ctl00', document.getElementById('aspnetForm'));
Sys.WebForms.PageRequestManager.getInstance().\_updateControls([], [], [], 90);
//]]>
| | | | |
| --- | --- | --- | --- |
| A Basic Guide to Student Complaints **Summary:** Information and guidance for students on the Student Complaints procedure. NOTE: if you are an applicant to the University and wish to make an appeal or complaint, please follow the links to the applicant appeals or complaints procedures below **Type:** Guideline **Owner:** Teaching and Learning Delivery **Contact email:** [tld-acd@manchester.ac.uk](mailto:tld-acd@manchester.ac.uk) **Last modified:** 06/11/2023 **Link to this document:** https://documents.manchester.ac.uk/display.aspx?DocID=23875 **Related documents:** | | | --- | | - [Student Complaints Procedure (Regulation XVIII)](https://documents.manchester.ac.uk/DocuInfo.aspx?DocID=1893) | | - [Complaints Form (Student)](https://documents.manchester.ac.uk/DocuInfo.aspx?DocID=1894) | [Edit](https://documents.manchester.ac.uk/admin/editDoc2.aspx?DocID=23875) (only Administrators) | |
\
\
//<![CDATA[
Sys.Application.initialize();
//]]>