File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ <h2>Please Fill Out the Form</h2>
2727
2828 <!--Prompt the user for email-->
2929 < label for ="email "> Email:</ label > < br >
30- < input type ="email " id ="email " name ="email "> < br >
30+ < input type ="email " id ="email " name ="email " autocomplete =" email " > < br >
3131
3232 <!--Prompt the user for phone number-->
3333 < label for ="phoneNumber "> Phone Number:</ label > < br >
3434 < input type ="tel " id ="phoneNumber " name ="phoneNumber "> < br >
3535
3636 <!--Prompt the user for address-->
3737 < label for ="address "> Address:</ label > < br >
38- < input type ="text " id ="address " name ="address "> < br >
38+ < input type ="text " id ="address " name ="address " autocomplete =" street-address " > < br >
3939
4040 <!--Prompt the user for age-->
4141 < label for ="age "> Age:</ label > < br >
You can’t perform that action at this time.
0 commit comments