Latest solutions
Latest comments
- @sjoseph91Submitted over 2 years ago@digital-stewPosted over 2 years ago
recently learned this myself but look at the type, lets you have numbers without the ugly ^^ in the input field
<label> CARD NUMBER <input type="tel" autocomplete="off" maxlength="16" name="number" id="cardNumber" placeholder="e.g. 1234 5678 9123 000" onkeypress="return event.charCode >= 48 && event.charCode <= 57" title="card number" /> <div id="error-number" class="error-text"></div> </label>
Marked as helpful0 - @wakandakingzSubmitted over 2 years ago@digital-stewPosted over 2 years ago
personally i would remove the images from the figure tag then they will be a fixed size no matter the view width and easily styled
1