Skip to content

Commit 56ce344

Browse files
committed
added customer name
1 parent b23155b commit 56ce344

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

‎Form-Controls/index.html‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
</header>
1414
<main>
1515
<form>
16+
<label for="Customer Name">Customer Name</label>
17+
<input type="text" id="name" name="name" pattern=".*\S.*\S.*">
18+
19+
20+
1621

1722
<!--
1823
1. customer name. User should submit at least two non-space characters.

0 commit comments

Comments
 (0)