There was an error while loading. Please reload this page.
1 parent c9830a3 commit 16c7904Copy full SHA for 16c7904
1 file changed
Form-Controls/index.html
@@ -24,7 +24,7 @@ <h2>Personal Information</h2>
24
id="fname"
25
maxlength="10"
26
minlength="2"
27
- pattern="^[\p{L}][\p{L}\s'-]*$"
+ pattern="[A-Za-zÀ-ÖØ-öø-ÿ]+"
28
required
29
/><br />
30
<br />
@@ -35,7 +35,7 @@ <h2>Personal Information</h2>
35
id="lname"
36
37
38
39
40
41
0 commit comments