REFS #857 - Improved form.html from testsuite
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
6 | </head> | 6 | </head> |
7 | <body> | 7 | <body> |
8 | <form action="result.html" enctype="multipart/form-data"> | 8 | <form action="result.html" enctype="multipart/form-data"> |
9 | <input type="text" name="email" placeholder="email" id="email"> | 9 | <input type="email" name="email" placeholder="email" id="email"> |
10 | <input type="password" name="password" placeholder="password"> | 10 | <input type="password" name="password" placeholder="password"> |
11 | <input type="text" name="language" placeholder="language"> | 11 | <input type="text" name="language" placeholder="language"> |
12 | <input type="whatever" name="strange"> | 12 | <input type="whatever" name="strange"> | ... | ... |
-
Please register or sign in to post a comment