Created
May 11, 2022 09:04
-
-
Save jxpsert/210a2b3ec3915612f19acbf0fa8b22e4 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
| <div class="row"> | |
| <div class="form-row"> | |
| <div class="col-12 col-sm-8"> | |
| <div class="input-group"> | |
| <div class="input-group-prepend"> | |
| <span class="input-group-text" id="basic-addon1">€</span> | |
| </div> | |
| <input type="number" min="0" step=".01" name="sendprice" class="form-control" | |
| placeholder="Verzendkosten" pattern="[0-9]" required> | |
| <span class="input-group-btn" style="width:0px;"></span> | |
| <input type="text" placeholder="Verzendmethode" name="sendmethod" | |
| class="form-control m-auto ms-3" required><br> | |
| </div><br> | |
| </div> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment