042
This commit is contained in:
+10
-4
@@ -159,7 +159,6 @@
|
||||
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"
|
||||
hx-post="/validation/state"
|
||||
name="c_state_country"
|
||||
@@ -181,10 +180,17 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group row mb-5">
|
||||
<div class="col-md-6">
|
||||
<div
|
||||
class="col-md-6"
|
||||
hx-target="this"
|
||||
hx-swap="outerHTML"
|
||||
>
|
||||
<label for="c_email_address" class="text-black">Email Address <span class="text-danger">*</span></label>
|
||||
<label class="text-danger">{{emailError}}</label>
|
||||
<input type="text" class="form-control" id="c_email_address" name="c_email_address">
|
||||
{# <label class="text-danger">{{emailError}}</label> #}
|
||||
<input type="text" class="form-control" id="c_email_address"
|
||||
hx-post="/validation/email"
|
||||
name="c_email_address"
|
||||
>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<label for="c_phone" class="text-black">Phone <span class="text-danger">*</span></label>
|
||||
|
||||
Reference in New Issue
Block a user