Rob,
1. As far as my testing has shown the following should work to take care of the city capitalization issue.
At or about line 168:
Change: This
Code:
if($myfield == $value){
to this
Code:
if(strtolower($myfield) == strtolower($value)){
From what I have seen that works.
If it is not working for you then I will need a more specific example.
2. Unfortunately, the only way this can be done is with some kind of outside address verification, perhaps with the USPS.
I am almost positive the USPS offers this kind of online service but a mod would have be to be written to accomplish it (if there isn't one already, I haven't checked).
LadyHLG
Bookmarks