1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01//EN">
2 <!-- Autofill test form to verify both email address fields filled by one
6 <title>Autofill Confirm Email Form
</title>
9 <h3>Autofill Confirm Email Form
</h3>
10 <form name=
"testform" method=
"post" id=
"testform">
12 <label for=
"firstname">First Name:
</label> <input type=
"text" id=
"NAME_FIRST"><br>
13 <label for=
"email">Email:
</label> <input type=
"text" id=
"EMAIL_ADDRESS"><br>
14 <label for=
"email">Confirm Email:
</label> <input type=
"text" id=
"EMAIL_CONFIRM"><br>
15 <label for=
"phone">Phone:
</label> <input type=
"text" id=
"PHONE_HOME_WHOLE_NUMBER"><br>
16 <input type=
"submit" value=
"send"> <input type=
"reset">