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