Change credit_card_number input type back to "text"

This commit is contained in:
Chris Proto 2019-04-30 09:29:37 -04:00
parent 994b62bd30
commit efb9d2d012

View file

@ -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"