There was an error while loading. Please reload this page.
1 parent 6b3b802 commit 956c48dCopy full SHA for 956c48d
1 file changed
Form-Controls/index.html
@@ -16,10 +16,10 @@ <h1>Product Pick</h1>
16
<main>
17
<form>
18
<!-- Customer Name Input -->
19
- <p>
+ <p>
20
<label for="customerName">Name:</label>
21
<input type="text" id="customerName" name="customerName" required minlength="2"
22
- placeholder="Enter your full name">
+ pattern=".*\S.*" placeholder="Enter your full name">
23
</p>
24
25
<!-- Customer Email Input -->
0 commit comments