I installed SmartyStreets on my form and all works fine except for the zip code which does not populate. I also notice on the page for SmartyStreets where you can try the samples the zip code does not populate. Is this normal, is there a problem with the API or with my installation?
I am using the following on my page:
<script src="//d79i1fxsrar4t.cloudfront.net/jquery.liveaddress/2.5/jquery.liveaddress.min.js"></script>
<script>var liveaddress = $.LiveAddress({
key: mykey,
addresses: [{
street: '#edit-submitted-address',
city: '#edit-submitted-city',
state: '#edit-submitted-state',
zipcode: '#edit-submitted-zip'
}]
});
</script>