feat: hide vehicle type field and set default value to 2 in showcars form

This commit is contained in:
2026-05-01 12:36:55 -04:00
parent 583b146f41
commit 760a3887b6
+1 -6
View File
@@ -85,12 +85,7 @@
<input type="text" name="vehmodel" id="vehmodel" required class="form-control" />
</div>
</div>
<div class="row mb-3">
<label for="vehtype" class="col-sm-3 col-form-label">Type:</label>
<div class="col-sm-4">
<input type="text" name="vehtype" id="vehtype" required class="form-control" />
</div>
</div>
<input type="hidden" name="vehtype" value="2">
<div class="row mb-3">
<label for="biddernum" class="col-sm-3 col-form-label">Bidder / Car Number:</label>
<div class="col-sm-4">