You need to sign in to do that
Don't have an account?

How to auto populate address fields by just entering Zip-Code
Hi All,
I want to auto populate the contact address fileds(Area Name, City n all) by just entering ZipCode
Ex: If i enter Zipcode As :591317 then i want to auto populate following fields..
Mailing City
Mailing State/Province
Mailing Zip/Postal Code
Mailing Country
Some Solution: I thought of creating a custom object to store this info and write a trigger to populate these values..
But Please suggest any other best ideas, like goodle api integration or free apps in apexachage or any other best solutions...
It shold be free ..
I want to auto populate the contact address fileds(Area Name, City n all) by just entering ZipCode
Ex: If i enter Zipcode As :591317 then i want to auto populate following fields..
Mailing City
Mailing State/Province
Mailing Zip/Postal Code
Mailing Country
Some Solution: I thought of creating a custom object to store this info and write a trigger to populate these values..
But Please suggest any other best ideas, like goodle api integration or free apps in apexachage or any other best solutions...
It shold be free ..
Hi Ray..
I hope this will we can achieve this wrapper class... however I am working on this will update you soon if it is possible with wrapper class.
Vamshi.
Hope this helps!
Scott
Hi All,
I tried using capture+ for this purpose, but still i was not able to achieve the same. Can any one please help me with this or provide me the code through which the address fields can be auto populated upon entering the Zip code.
I want to achieve this using postcode anywhere concept and not trigger
I'd also recommend looking at the 3rd blog post I wrote on this subject as it uses geonames which supports non-US zip codes (at the cost of more complexity): https://scotthung.wordpress.com/2015/01/14/more-visualforce-zip-code-lookup/