I have implemented the following directions on a Colossus site, to enable Google Maps Address autofill.
https://docs.miva.com/readytheme-doc...ls-google-maps
It works great for address, city, and zipcode. However, when the code changes the select elements for state or country, it doesn't update the associated custom select. I used the inspector in Chrome and I can see that the select elements were changed.
How do I make the custom select (ul/li tags) also change?
Screenshot of what I'm seeing is attached. I have set the display and visibility for the select element so it's visible. You can see that the code has changed it to US< but that it still has what I had previously selected (Bolivia)
Thanks,
Susan
https://docs.miva.com/readytheme-doc...ls-google-maps
It works great for address, city, and zipcode. However, when the code changes the select elements for state or country, it doesn't update the associated custom select. I used the inspector in Chrome and I can see that the select elements were changed.
How do I make the custom select (ul/li tags) also change?
Screenshot of what I'm seeing is attached. I have set the display and visibility for the select element so it's visible. You can see that the code has changed it to US< but that it still has what I had previously selected (Bolivia)
Thanks,
Susan
Comment