There was an error while loading. Please reload this page.
1 parent b8fec85 commit dfa1c83Copy full SHA for dfa1c83
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" pattern=".*\S.*" title="Name can not contain only spaces" required><br>
+ <input type="text" id="name" name="name" mainlength="2" pattern=".*\S.*" title="Name must be 2 characters cannot contain only spaces" required><br>
21
</div>
22
23
<!-- Email -->
0 commit comments