Skip to content

Commit c70d30f

Browse files
modify the name label
1 parent 304b08c commit c70d30f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Form-Controls/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1>Product Pick</h1>
2525
<!-- -->
2626
<label for="customername">Customer name: </label>
2727
<input type="text" id="customername" name="customername" required
28-
pattern="^[a-zA-Z]+ [a-zA-Z]+$"
28+
pattern="^[A-Za-z]{2,}$"
2929
placeholder="Customer name"
3030
/>
3131
<br />

0 commit comments

Comments
 (0)