Vehicle Category: Arena

82.1Nm@3400rpm
  • 32.73 kmpl
  • 55.92...
  • 3
95Nm@3000rpm
  • 26.78 kmpl
  • 70.67...
  • 4
89Nm@3500rpm
  • 26 kmpl
  • 55.92...
  • 3
82.1Nm@3400rpm
  • 32.73 kmpl
  • 55.92...
  • 3
113Nm@4400rpm
  • 24.43 kmpl
  • 88.50...
  • 4
82.1Nm@3400rpm
  • 33.85 kmpl
  • 55.92...
  • 3
136.8Nm@4400rpm
  • 20.3 kmpl
  • 101.6...
  • 4
111.7Nm@4300rpm
  • 25.71 kmpl
  • 80bhp...
  • 3
136.8Nm@4400rpm
  • 19.8 kmpl
  • 101.6...
  • 4
111.7Nm@4300rpm
  • 25.75 kmpl
  • 80.46...
  • 3
Vehicle added!
The vehicle is already in the wishlist!
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 } }); });