Change credit_card_number input type back to "text"
This commit is contained in:
parent
994b62bd30
commit
efb9d2d012
1 changed files with 1 additions and 2 deletions
|
@ -95,8 +95,7 @@
|
|||
<div class="form-row">
|
||||
<div class="col-md-6 mb-3">
|
||||
<label for="credit_card_number">Credit Card Number</label>
|
||||
<input type="password" class="form-control" id="credit_card_number"
|
||||
autocomplete="off"
|
||||
<input type="text" class="form-control" id="credit_card_number"
|
||||
name="credit_card_number"
|
||||
placeholder="0000-0000-0000-0000"
|
||||
value="4432-8015-6152-0454"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue