minor changes on labels

This commit is contained in:
jouls 2024-03-08 08:10:54 +08:00
parent 5fe21dfb55
commit 4d76c2f9c3
1 changed files with 4 additions and 4 deletions

View File

@ -42,8 +42,8 @@
<div class="form-container"> <div class="form-container">
<fieldset disabled> <fieldset disabled>
<form> <form>
<label for="email">USER ID:</label> <label for="IdUser">USER ID:</label>
<input class="form-control" type="text" id="email" name="kycID" value="<?php echo $array['userRef']['_id']; ?>" readonly> <input class="form-control" type="text" id="IdUser" name="kycID" value="<?php echo $array['userRef']['_id']; ?>" readonly>
<label for="fullName">Full Name:</label> <label for="fullName">Full Name:</label>
<input class="form-control" type="text" id="fullName" name="fullName" value="<?php echo $array['userRef']['fName'] . ' ' . $array['userRef']['lName']; ?>" readonly> <input class="form-control" type="text" id="fullName" name="fullName" value="<?php echo $array['userRef']['fName'] . ' ' . $array['userRef']['lName']; ?>" readonly>
@ -80,8 +80,8 @@
<div class="form-container"> <div class="form-container">
<form> <form>
<fieldset disabled> <fieldset disabled>
<label for="email">KYC ID</label> <label for="IdUser">KYC ID</label>
<input class="form-control" type="text" id="email" name="kycID" value="<?php echo $array['_id']; ?>" readonly> <input class="form-control" type="text" id="IdUser" name="kycID" value="<?php echo $array['_id']; ?>" readonly>
<label for="additionalFullName">Full Name:</label> <label for="additionalFullName">Full Name:</label>
<input class="form-control" type="text" id="additionalFullName" name="additionalFullName" value="<?php echo $array['full_name']; ?>" readonly> <input class="form-control" type="text" id="additionalFullName" name="additionalFullName" value="<?php echo $array['full_name']; ?>" readonly>