gmaps-autocomplete
gmaps-autocomplete copied to clipboard
Populate multiple form fields for address
I'm trying to use this to autocomplete an address form when a person is filling out their address. I got it to work in geocode_lookup()
but not in autocomplete_init()
. So basically if you select one of the options from the drop down with your mouse it uses autocomplete_init()
. I can't figure out how to pass the correct parameters to update_ui()
inside of autocomplete_init()
but I've managed to do it in geocode_lookup()
.
I'm not to familiar with navigating my way through jQuery so it's probably something fairly simple that I'm missing.