037
This commit is contained in:
+10
-4
@@ -141,7 +141,6 @@
|
||||
hx-swap="outerHTML"
|
||||
>
|
||||
<label for="c_address" class="text-black">Address <span class="text-danger">*</span></label>
|
||||
{# <label class="text-danger">{{addressError}}</label> #}
|
||||
<input type="text" class="form-control" id="c_address" name="c_address"
|
||||
placeholder="Street address"
|
||||
hx-post="/validation/address"
|
||||
@@ -154,10 +153,17 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group row">
|
||||
<div class="col-md-6">
|
||||
<div
|
||||
class="col-md-6"
|
||||
hx-target="this"
|
||||
hx-swap="outerHTML"
|
||||
>
|
||||
<label for="c_state_country" class="text-black">State / Country <span class="text-danger">*</span></label>
|
||||
<label class="text-danger">{{stateError}}</label>
|
||||
<input type="text" class="form-control" id="c_state_country" name="c_state_country">
|
||||
{# <label class="text-danger">{{stateError}}</label> #}
|
||||
<input type="text" class="form-control" id="c_state_country"
|
||||
hx-post="/validation/state"
|
||||
name="c_state_country"
|
||||
>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<label for="c_postal_zip" class="text-black">Posta / Zip <span class="text-danger">*</span></label>
|
||||
|
||||
Reference in New Issue
Block a user