Skip to content

Commit 6aef7dc

Browse files
committed
changing the incorrect attribute of "email" to "name"
1 parent d70b447 commit 6aef7dc

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
@@ -38,7 +38,7 @@ <h1>T-Shirt Product Pick</h1>
3838
<label for="email">Email</label>
3939
<input
4040
type="email"
41-
email="email"
41+
name="email"
4242
id="email"
4343
placeholder="monsur@gmail.com"
4444
required

0 commit comments

Comments
 (0)