updated checkout flow
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
<div class="col col-lg-5">
|
||||
<div id="register-response-msg"></div>
|
||||
<form role="form" id="frm-register">
|
||||
<input type="hidden" name="redirect" value="{{ Request::get('redirectUrl') }}">
|
||||
<input type="hidden" name="_token" value="{{ csrf_token() }}">
|
||||
<div class="mb-3">
|
||||
<label class="control-label">Fullname</label>
|
||||
@@ -48,6 +49,14 @@
|
||||
<input type="password" class="form-control" name="password_confirmation" placeholder="Confirm Password" data-rule-equalTo="#password" required>
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label class="control-label">Select Country</label>
|
||||
<select name="country" id="country" class="form-control">
|
||||
<option value="US_United States">United States</option>
|
||||
<option value="CA_Canada">Canada</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<div class="g-recaptcha text-center" data-sitekey="{{ env('CAPTCHA_SITE_KEY') }}"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user