-
-
Save N0K0/4f4dce25c3006fe4e1a6b22fb93d9c27 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form method="get" accept-charset="utf-8" id="phoneForm"> | |
<div class="row"> | |
<div class="col-md-6"> | |
<label class="sr-only" for="winnerPhoneInput">Telefonnummer</label> | |
<input id="winnerPhoneInput" type="tel" class="form-control" name="telephoneNumber" value="" required placeholder="Telefonnummer" maxlength="8" minlength="8"> | |
</div> | |
<div class="col-md-6"> | |
<button class="btn btn-dialog btn-block" data-loading-text="Sender..." data-complete-text="Sendt!" autocomplete="off" id="submitPhone" type="submit">Send</button> | |
</div> | |
</div> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment