forked from TFMM/silent-auction
feat: hide vehicle type field and set default value to 2 in showcars form
This commit is contained in:
@@ -85,12 +85,7 @@
|
|||||||
<input type="text" name="vehmodel" id="vehmodel" required class="form-control" />
|
<input type="text" name="vehmodel" id="vehmodel" required class="form-control" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row mb-3">
|
<input type="hidden" name="vehtype" value="2">
|
||||||
<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>
|
|
||||||
<div class="row mb-3">
|
<div class="row mb-3">
|
||||||
<label for="biddernum" class="col-sm-3 col-form-label">Bidder / Car Number:</label>
|
<label for="biddernum" class="col-sm-3 col-form-label">Bidder / Car Number:</label>
|
||||||
<div class="col-sm-4">
|
<div class="col-sm-4">
|
||||||
|
|||||||
Reference in New Issue
Block a user