louie-kyc #1
|
@ -80,8 +80,8 @@
|
|||
<div class="form-container">
|
||||
<form>
|
||||
<fieldset disabled>
|
||||
<label for="IdUser">KYC ID</label>
|
||||
<input class="form-control" type="text" id="IdUser" name="kycID" value="<?php echo $array['_id']; ?>" readonly>
|
||||
<label for="KycIdUser">KYC ID</label>
|
||||
<input class="form-control" type="text" id="KycIdUser" name="kycID" value="<?php echo $array['_id']; ?>" readonly>
|
||||
<label for="additionalFullName">Full Name:</label>
|
||||
<input class="form-control" type="text" id="additionalFullName" name="additionalFullName" value="<?php echo $array['full_name']; ?>" readonly>
|
||||
|
||||
|
|
Loading…
Reference in New Issue