The Maruti Alto 800 Tour is an affordable vehicle with a starting price of ₹ 4.80 Lakh, matching the price of its top model. Available in a single variant, the H1 (O), it offers essential features for both personal and commercial use. With its compact design and efficient performance, the Alto 800 Tour is ideal for city driving, providing comfort and practicality for all passengers.
Schedule your appointment now to explore our extensive range of Maruti Suzuki vehicles and receive expert assistance from the MSA Motors team
Schedule Your Test Drive
Get behind the wheel and feel the difference yourself by scheduling a test drive with us. Choose your preferred model, date, and time, and we’ll take care of the rest!
Request a Call Back
Please fill out the form below with your details, and our dedicated team will reach out to assist you every step of the way.
Start Your Driving Journey
Compare Vehicles
Loading...
WhatsApp us
document.addEventListener('DOMContentLoaded', function () {
// Get the select element and the input field
const selectField = document.querySelector('select[name="Other"]'); // Replace with your select field name
const otherInput = document.querySelector('input[name="Other"]'); // Replace with your input field name
// Add an event listener for the select field
selectField.addEventListener('change', function () {
if (this.value === 'Other') { // Check if 'Other' is selected
otherInput.disabled = false; // Enable the input field
} else {
otherInput.disabled = true; // Disable the input field
otherInput.value = ''; // Clear the input field
}
});
});