There was an error while loading. Please reload this page.
1 parent 2c6f68f commit 61df7d8Copy full SHA for 61df7d8
1 file changed
Form-Controls/index.html
@@ -17,7 +17,7 @@ <h1>Product Pick</h1>
17
<!-- Customer's name -->
18
<div>
19
<label for="name">Full Name:</label><br>
20
- <input type="text" id="name" name="name" required minlength="2" autocomplete="name"><br>
+ <input type="text" id="name" name="name" pattern=".*\S.*" title="Name can not contain only spaces" required><br>
21
</div>
22
23
<!-- Email -->
0 commit comments