rm desc field; we don't store the description, the file name is enough because we know it's already related to the quote

This commit is contained in:
wrongecho 2025-02-03 22:32:25 +00:00
parent 04226101af
commit 571ed4818e
1 changed files with 0 additions and 10 deletions

View File

@ -12,16 +12,6 @@
<input type="hidden" name="url_key" value="<?php echo $url_key; ?>">
<div class="modal-body bg-white">
<div class="form-group">
<label>Description</label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-angle-right"></i></span>
</div>
<input type="text" class="form-control" name="description" maxlength="250" placeholder="Description of the file">
</div>
</div>
<div class="form-group">
<input type="file" class="form-control-file" name="file[]" id="fileInput" accept=".pdf">
</div>