There was an error while loading. Please reload this page.
1 parent 4986b40 commit 0a8d6bfCopy full SHA for 0a8d6bf
1 file changed
Form-Controls/index.html
@@ -18,7 +18,7 @@ <h1>Product Pick</h1>
18
<!-- Customer Name Input -->
19
<p>
20
<label for="customerName">Name:</label>
21
- <input type="text" id="customerName" name="customerName" required minlength="3"
+ <input type="text" id="customerName" name="customerName" required minlength="2"
22
pattern=".*\S.*\S.*" placeholder="Enter your full name">
23
</p>
24
0 commit comments