Skip to content

Commit

Permalink
Update NIC input type
Browse files Browse the repository at this point in the history
  • Loading branch information
SaliyaBandara committed Jan 7, 2024
1 parent 732c1f5 commit c514d92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions revol_form/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ <h6 style="color: #5ebd61;">One team should comprise of a minimum of 3 members a
<input type="email" class="form-control" name="email" id="email1" placeholder="Email" required>
</div>
<div class="col-md-12 form-group mt-3 mt-md-0">
<input type="email" class="form-control" name="nic1" id="nic1" placeholder="NIC" required>
<input type="text" maxlength="12" class="form-control" name="nic1" id="nic1" placeholder="NIC" required>
</div>
</div>
<div class="row">
Expand All @@ -213,7 +213,7 @@ <h6 style="color: #5ebd61;">One team should comprise of a minimum of 3 members a
<input type="email" class="form-control" name="email" id="email2" placeholder="Email" required>
</div>
<div class="col-md-12 form-group mt-3 mt-md-0">
<input type="email" class="form-control" name="nic2" id="nic2" placeholder="NIC" required>
<input type="text" maxlength="12" class="form-control" name="nic2" id="nic2" placeholder="NIC" required>
</div>

</div>
Expand All @@ -228,7 +228,7 @@ <h6 style="color: #5ebd61;">One team should comprise of a minimum of 3 members a
<input type="email" class="form-control" name="email" id="email3" placeholder="Email" required>
</div>
<div class="col-md-12 form-group mt-3 mt-md-0">
<input type="email" class="form-control" name="nic3" id="nic3" placeholder="NIC" required>
<input type="text" maxlength="12" class="form-control" name="nic3" id="nic3" placeholder="NIC" required>
</div>

</div>
Expand All @@ -251,7 +251,7 @@ <h6 style="color: #5ebd61;">One team should comprise of a minimum of 3 members a


<div class="col-md-12 form-group mt-3 mt-md-0">
<input type="email" class="form-control" name="nic4" id="nic4" placeholder="NIC" required>
<input type="text" maxlength="12" class="form-control" name="nic4" id="nic4" placeholder="NIC" required>
</div>

</div>
Expand Down

0 comments on commit c514d92

Please sign in to comment.