Dear Abid,
Hello,
To remove the mandatory field you need go to your website/components/com_vehiclemanager and open file vehiclemanager.html.php then find "static function editVehicle"
and delete for "Mileage " this code
Code: |
}else if (form.mileage.value == '') {
window.scrollTo(0,findPosY(document.getElementById('mileage'))-100);
document.getElementById('mileage').style.borderColor = "#FF0000";
document.getElementById('mileage').style.color = "#FF0000";
return;
|
This changes for adding house from FRONTEND.
FOR backend (adding house from backend) you need edit the same file and delete the same code, but in your website/administrator/components/com_vehiclemanager
THE same for Year of Issue field
Before make any change make a copy of file.
Thanks,
Taras