This commit is contained in:
Aritra Banik
2024-02-25 12:33:06 +05:30
parent 430bcbc0ca
commit 50e671d132
3 changed files with 38 additions and 4 deletions
+10 -4
View File
@@ -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>