Âé¶¹APP

Mumbai aerial at night

Request Information

Request for Information

We're excited to support your journey in higher education. Please fill out the form below so we can learn more about you and your academic goals.

Fields marked with * are mandatory.
${Array.from(form.elements).map(el => `` ).join('')}
`); iframeDoc.close(); // Submit via iframe (100% invisible to user) setTimeout(() => { const sfForm = iframeDoc.getElementById('sf_form'); sfForm.submit(); }, 100); }); function isJobRequired() { return inquiryType.value === 'Prospective Applicant' && programLevel.value === 'Postgraduate' && workSelect.value && !['Graduating / Still in School', 'No experience'].includes(workSelect.value); } function updateJobUI() { const jobStar = document.querySelector('.job-required'); const required = isJobRequired(); jobStar.classList.toggle('hidden', !required); jobText.required = required; if (!required) { const error = jobText.parentElement.querySelector('.error'); if (error) error.remove(); jobText.classList.remove('input-error'); } } workSelect.addEventListener('change', updateJobUI); programLevel.addEventListener('change', updateJobUI); inquiryType.addEventListener('change', updateJobUI); updateJobUI(); // run on page load const requestData = { request_uuid: request_uuid + Math.random(), user_uuid: user_uuid }; document.head.setAttribute("data-request-ids", JSON.stringify(requestData)); // Add trackingConfig to document.head.setAttribute("data-trackpoint-meta", JSON.stringify(window.trackingConfig || {}) ); })();