There was an error while loading. Please reload this page.
1 parent 39bfc0d commit 9e4795cCopy full SHA for 9e4795c
1 file changed
Form-Controls/index.html
@@ -19,13 +19,14 @@ <h1>Product Pick</h1>
19
type="text"
20
id="fullname"
21
name="Fullname"
22
- required pattern=".*\S.*\S.*">
+ required
23
+ pattern=".*\S.*\S.*">
24
<br>
25
</div>
26
27
<div>
28
<label for="email">Email:</label>
- <input type="email" name="email" id="email" required />
29
+ <input type="email" name="email" id="email" required>
30
31
32
0 commit comments