s1
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
<form method="post" enctype="multipart/form-data" id="new_fd">
|
||||
<input type="hidden" name="ac_type" value="F">
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control text-capitalize" name="ac_name" placeholder="Name" >
|
||||
<input type="text" class="form-control" name="ac_name" placeholder="Name" >
|
||||
<small id="emailHelp" class="form-text text-muted">A/C Holder Name*</small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
@@ -105,12 +105,12 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<textarea class="form-control text-capitalize" rows="5" name="ac_address" placeholder="Address"></textarea>
|
||||
<textarea class="form-control" rows="5" name="ac_address" placeholder="Address"></textarea>
|
||||
</div>
|
||||
<hr>
|
||||
<small class="form-text text-muted"><u>Nominee details*</u></small>
|
||||
<div class="form-group">
|
||||
<textarea class="form-control text-capitalize" rows="5" name="AA_NOMINEE_DETAILS" required>Name:
|
||||
<textarea class="form-control" rows="5" name="AA_NOMINEE_DETAILS" required>Name:
|
||||
DOB:
|
||||
Relation:
|
||||
ID:
|
||||
|
||||
Reference in New Issue
Block a user