Actually it looks like to be a bug in their system:
http://www.google.com/support/toolbar/bin/answer.py?answer=18183&ctx=sibling
""Below are some of the things AutoFill will look for when labeling form
control elements:
- Post Code: zip, postal, post code, postalcode
- City: city, town
- First Name: first name, initialize, fname, name_first
- Last Name: last name, lname, surname, name_last
We're aware that AutoFill doesn't follow the ECML standard in all cases, and
our Toolbar engineering team is working to resolve these issues. We hope to
improve AutoFill's compliance with this standard in a future version of the
Toolbar. ""
While it has lname listed it might not work because in the Google Tool,
there is not two fields but one field (name)
While I actually activated it and tested it on
http://www.loudexpressions.com/contact.asp - I have the input named name.
And the email input named EMail. When I choose autofill, in the name fill
Corey Bryant filled in. And the email address that I chose complete.
If you need to see that in action - let me know. But it would seem to
suggest to use name now until they work out their bugs
Hi Corey,
This is bordering on the bizarre...
If you visit
www.soleassociates.com and on the left side,
click "Contact S&A" and it will bring you to a page with a
form.
Here is some of the HTML starting at the top of the form:
please complete the form below.</span></p>
</FONT>
<form method="POST" name="FrontPage_Form1"
action="--WEBBOT-SELF--"
onsubmit="location.href='_derived/nortbots.htm';return
false;" language="JavaScript" webbot-onSubmit="return
FrontPage_Form1_Validator(this)">
<!--webbot bot="SaveResults"
U-File="_private/form_results.txt" S-Format="TEXT/PRE"
S-Label-Fields="TRUE"
S-Email-Address="(e-mail address removed)"
S-Email-Format="TEXT/PRE" startspan
B-Reverse-Chronology="FALSE" B-Email-Label-Fields="TRUE"
S-Builtin-Fields U-Confirmation-Url="contact_to_thanks.htm"
--><input TYPE="hidden" NAME="VTI-GROUP"
VALUE="0"><!--webbot bot="SaveResults" endspan
i-checksum="43374" -->
<p><font size="2" face="Verdana, Arial, Helvetica,
sans-serif">
<input type="text" name="Name" size="38" maxlength="50">
<font face="Verdana" size="1">
Name<br>
</font>
<input type="text" name="Email" size="38" maxlength="38">
<font face="Verdana" size="1">Email
address</font></p>
<p><font face="Verdana" size="1">Mailing
Address:</font><br>
<input type="text" name="Address_1" size="38"
maxlength="38"> <font face="Verdana" size="1">Line
1</font><br>
<input type="text" name="Address_2" size="38"
maxlength="38"> <font face="Verdana" size="1">Line
2</font><br>
<input type="text" name="Address_3" size="38"
maxlength="38"> <font face="Verdana" size="1">Line
3</font><br>
<input type="text" name="City" size="38" maxlength="38">
<font face="Verdana" size="1">City</font><br>
<input type="text" name="State" size="27" maxlength="38">
<font face="Verdana" size="1">State</font><br>
<input type="text" name="Zip" size="20" maxlength="20">
<font face="Verdana" size="1">Zip or
postal code</font><br>
As you can see, the first field is named with: name="Name"
and the second field is named with: name="Email"
The first field in the address section is named with:
name="Address_1"
But, when I click on AutoFill, the Google Toolbar puts my
email address in all three slots!
Also, yes, I have checked to see that the AutoFill table is
correctly completed within the Toolbar.
I have the same problem on two different machines, so I
suspect that you will see the problem if you click AutoFill
to complete the form.
I will add that for me, City, State, and Zip all fill in
correctly.
Can you spot the difficulty?
Sincere thanks, once again,