diff options
author | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-21 13:18:49 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-21 13:18:49 +0700 |
commit | 115d28e75a613468bbcf626d05cd572a53300b4d (patch) | |
tree | 0f843e48951ce9ac06d320a03a37084010a3a036 /pages/ord/checkout.html | |
parent | 7db48147f5987609ceed24c5a37b3ca3cd746558 (diff) |
add label and ID
Diffstat (limited to 'pages/ord/checkout.html')
-rw-r--r-- | pages/ord/checkout.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pages/ord/checkout.html b/pages/ord/checkout.html index ebd12ba..5b6ed2e 100644 --- a/pages/ord/checkout.html +++ b/pages/ord/checkout.html @@ -86,7 +86,8 @@ <div> <!-- Shipping duration --> <div class="form-group d-flex align-items-center"> - <select class="form-select form-select-lg mb-3" aria-label="Shipping duration" id=""> + <label for="shippingDurationList" class="form-label">Shipping Duration</label> + <select class="form-select form-select-lg mb-3" aria-label="Shipping duration" id="shippingDurationList"> <option selected value="1">Next Day</option> <option value="2">Reguler</option> <option value="3">Kargo</option> |