We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff461f commit 3ea1341Copy full SHA for 3ea1341
pages/PAGE-deliver-form.php
@@ -60,10 +60,12 @@
60
<input type="text" id="d-address" class="form-control" required value="<?=$edit?$dlv["d_address"]:""?>">
61
<label>Address</label>
62
</div>
63
- <div class="form-floating mb-4">
+
64
+ <div class="form-floating mb-4">
65
<input type="date" id="d-date" class="form-control" required value="<?=$edit?$dlv["d_date"]:""?>">
66
<label>Date</label>
67
68
69
<div class="form-floating">
70
<textarea id="d-notes" class="form-control"><?=$edit?$dlv["d_notes"]:""?></textarea>
71
<label>Notes (If Any)</label>
0 commit comments