Skip to content

Commit af88358

Browse files
trying to fix
1 parent 03ed0e7 commit af88358

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Form-Controls/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,13 @@ <h1>Product Pick</h1>
1818
<div>
1919
<label for="customername">Customer name *: </label>
2020
<input type="text" id="customername" name="customername" required
21-
pattern="^[A-Za-zÀ-ÖØ-öø-ÿĀ-ž\s'-]+$" minlength="2" maxlength="50"
21+
pattern="^[\p{L}\p{M}\s'-]+$ minlength="2" maxlength="50"
2222
placeholder="Customer name"/>
2323
</div>
2424

2525
<div>
2626
<label for="customeremail">Customer email: </label>
2727
<input type="email" id="customeremail" name="customeremail" required
28-
pattern="^[\p{L}\p{N}._%+-]+@[\p{L}\p{N}.-]+\.[\p{L}]{2,}$"
2928
placeholder="Customer email" />
3029
</div>
3130

0 commit comments

Comments
 (0)