Add BE validator
This commit is contained in:
@ -14,18 +14,22 @@ Bronze Plan
|
||||
class="d-blick needs-validation charge-form"
|
||||
autocomplete="off"
|
||||
novalidate="">
|
||||
<input type="hidden" id="product_id" name="product_id" value="{{$widget.ID}}">
|
||||
<input type="hidden"
|
||||
id="product_id"
|
||||
name="product_id"
|
||||
value="{{$widget.ID}}">
|
||||
<input type="hidden" id="amount" name="amount" value="{{$widget.Price}}">
|
||||
<p class="mt-2 mb-3 text-center">{{$widget.Description}}</p>
|
||||
<hr>
|
||||
<div class="mb-3">
|
||||
<label for="first-name" class="form-label">First Name</label>
|
||||
<label for="first_name" class="form-label">First Name</label>
|
||||
<input type="text"
|
||||
id="first-name"
|
||||
id="first_name"
|
||||
name="first_name"
|
||||
autocomplete="first-name-new"
|
||||
autocomplete="first_name-new"
|
||||
required=""
|
||||
class="form-control">
|
||||
<div id="first_name-help" class="d-none"></div>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label for="last-name" class="form-label">Last Name</label>
|
||||
|
Reference in New Issue
Block a user