Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit c31c820

Browse files
committed
Pattern removed
1 parent 5fc99f9 commit c31c820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Form-Controls/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1>Product Pick</h1>
1616
<form action="results.html" method="get">
1717
<div>
1818
<label for="name">Name <span>*</span></label>
19-
<input type="text" placeholder="Your Name" name="Name" id="name" pattern="^[A-Za-zÀ-ÖØ-öø-ÿ' -]+$" minlength="2" required>
19+
<input type="text" placeholder="Your Name" name="Name" id="name" minlength="2" required>
2020
</div>
2121
<div>
2222
<label for="email">Email <span>*</span></label>

0 commit comments

Comments
 (0)