// 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

Visit

VSB is a one of its kind Business School, providing our participants with a real Business environment within the campus to deal with real business problems while being able to upgrade themselves to management concepts and tools.

VSB is dedicated to fostering a dynamic learning environment where students can develop the skills and knowledge required for success in the business world. Our unique approach combines theoretical learning with practical experience, ensuring that our graduates are well-equipped to tackle the challenges of modern business.

Visit Our Campus

We invite you to immerse yourself in the VSB experience by booking a campus tour. Explore our state-of-the-art facilities, interact with faculty members, and envision your journey towards a successful business career.

Map

Contact Information

Have questions or need more information? Feel free to reach out to us using the contact details below.

General Inquiries

123-456-7890

Enrollment Office

123-456-7890

Parent Inquiries

123-456-7890

Community Office

123-456-7890

bottom of page