I have successfully implemented a google autocomplete using both the search function and zeroqode’s google maps plugin.
The issue I am having is that I want the address data to be split into the different fields when the address is correctly identified because I need all the states in the state field, cities in the city field, postcodes (zip) in the same field.
Even if it requires sending the parameters to the google places API, I have no idea how to deal with the json coming back and how I could make it both autocomplete in the search address input field and also split out the state, city, postcode etc at the same time.
Any assistance appreciated!