minor changes on labels
This commit is contained in:
parent
5fe21dfb55
commit
4d76c2f9c3
|
@ -42,8 +42,8 @@
|
|||
<div class="form-container">
|
||||
<fieldset disabled>
|
||||
<form>
|
||||
<label for="email">USER ID:</label>
|
||||
<input class="form-control" type="text" id="email" name="kycID" value="<?php echo $array['userRef']['_id']; ?>" readonly>
|
||||
<label for="IdUser">USER ID:</label>
|
||||
<input class="form-control" type="text" id="IdUser" name="kycID" value="<?php echo $array['userRef']['_id']; ?>" readonly>
|
||||
|
||||
<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>
|
||||
|
@ -80,8 +80,8 @@
|
|||
<div class="form-container">
|
||||
<form>
|
||||
<fieldset disabled>
|
||||
<label for="email">KYC ID</label>
|
||||
<input class="form-control" type="text" id="email" name="kycID" value="<?php echo $array['_id']; ?>" readonly>
|
||||
<label for="IdUser">KYC ID</label>
|
||||
<input class="form-control" type="text" id="IdUser" 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