US Address Validation

I need to request US address in a form and have it validated. However in searching the wealth of tutorials, forums and conversations, I cannot find any info on how to do this. Can someone help?

Hey @yantiarifin this may be able to be done using the Google Places API. I have done something similar before.

Do you need to restrict addresses to the US? Or is the US just the focus?

Well, maybe I was overthinking it. I assumed that it was standard practice for e-commerce sites to validate the address before shipping it off, to check for typos etc. US is just the focus right now.

Gotcha. Is the address validation for e-commerce checkout then? Or just a normal form?

It’s for what will be an e-commerce page, just haven’t really started the design yet.