There was an error while loading. Please reload this page.
1 parent 03ed0e7 commit af88358Copy full SHA for af88358
1 file changed
Form-Controls/index.html
@@ -18,14 +18,13 @@ <h1>Product Pick</h1>
18
<div>
19
<label for="customername">Customer name *: </label>
20
<input type="text" id="customername" name="customername" required
21
- pattern="^[A-Za-zÀ-ÖØ-öø-ÿĀ-ž\s'-]+$" minlength="2" maxlength="50"
+ pattern="^[\p{L}\p{M}\s'-]+$ minlength="2" maxlength="50"
22
placeholder="Customer name"/>
23
</div>
24
25
26
<label for="customeremail">Customer email: </label>
27
<input type="email" id="customeremail" name="customeremail" required
28
- pattern="^[\p{L}\p{N}._%+-]+@[\p{L}\p{N}.-]+\.[\p{L}]{2,}$"
29
placeholder="Customer email" />
30
31
0 commit comments