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="wrapper"> | |
<form> | |
<div class="inputSet"> | |
<label for="phone">Phone Number:</label> | |
<input id="phone" type="tel" required pattern="\+?\(?\d*\)?[0-9- ]+"> | |
</div> | |
<div class="inputSet"> | |
<label for="text">Default Text (optional):</label> | |
<input id="text"> |