louie-kyc #1

Merged
erwin merged 27 commits from louie-kyc into main 2024-04-19 10:33:46 +08:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit f92c0718f4 - Show all commits

View File

@ -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>