// Get the current URL var currentUrl = window.location.href; // Define an object with mappings of variables to corresponding text fields var fieldMappings = { utm_campaign: 'mx_utm_campaign', utm_medium: 'mx_utm_medium', utm_source: 'mx_utm_source', }; // Loop through the mappings and insert the values into the corresponding text fields for (var param in fieldMappings) { var fieldName = fieldMappings[param]; var match = currentUrl.match(new RegExp('[?&]' + param + '=([^&]+)')); if (match) { var paramValue = match[1]; var textField = document.querySelector('input[name="' + fieldName + '"]'); if (textField) { textField.value = paramValue; } } }
top of page
20221201_170135.jpg

Student Support & Guidance

Get the Assistance

At Vidyalankar School of Business (VSB), we are committed to providing every student with seamless, timely, and transparent support throughout their academic journey. Whether you need assistance with academics, fees, documents, placements, internships, or general queries, our dedicated Student Support Team is here to guide you at every step.

We understand that students often require quick resolutions and clear communication, which is why this page is designed to help you easily connect with us and get the support you need.

Need Immediate Help?

You can also reach the Student Support Team through:

Student's Details

Program & Batch Details

Batch Start Year
Batch End Year
Select Your Specialization
Select Your Semester

Get the Assistance You Need

Select Your Query Type
bottom of page