Skip to content

Commit 3ea1341

Browse files
committed
Update PAGE-deliver-form.php
1 parent 1ff461f commit 3ea1341

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pages/PAGE-deliver-form.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,12 @@
6060
<input type="text" id="d-address" class="form-control" required value="<?=$edit?$dlv["d_address"]:""?>">
6161
<label>Address</label>
6262
</div>
63-
<div class="form-floating mb-4">
63+
64+
<div class="form-floating mb-4">
6465
<input type="date" id="d-date" class="form-control" required value="<?=$edit?$dlv["d_date"]:""?>">
6566
<label>Date</label>
6667
</div>
68+
6769
<div class="form-floating">
6870
<textarea id="d-notes" class="form-control"><?=$edit?$dlv["d_notes"]:""?></textarea>
6971
<label>Notes (If Any)</label>

0 commit comments

Comments
 (0)