Phillip Jones wrote:
Evan Davidson wrote:
Phillip Jones wrote:
Finally got AutoFill to mostly work. in SM 2.

Does not insert Address: does about everything else.
Fax and Cell Phone left out. So have to fill in those.


There is an error in the field code for Street Line 1 under "Autofill
Forms Settings-Main." It should be: "(?:(?:street)|(?:address))\w*1"
without the quotes instead of "(?:(?:street)|(?:addr))\w*1" as shown in
the image:

http://img707.imageshack.us/img707/388/autofill.jpg

I've added additions for Fax and Cell Phone

(?:Fax)|(?:tel)
(?:Cell Phone)|(?:tel)

Should I put name on both sides of the rule.

(?:Fax)|(?: fax)
(?:Cell Phone)|(?:cell phone)


Here's the URL for Autofill Forms documentation: http://autofillforms.mozdev.org/drupal/content/main-page
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to