We are having an issue that just developed recently. When you plugin a zipcode into the zipcode search field, it disappears and resets as soon as you leave the hover state. In order to use the zipcode function you need to enter the zip code, keep the mouse as is, hit he enter button on your keyboard and it will trigger a search. Otherwise it does not work.
The page I need help with: [log in to see the link]
I’m so sorry I’ve been away … I am working on closing old tickets… I could have sworn I replied to you, but it seems I might have never posted it.
I’ve reviewed the page and with the browser’s console open. Google generates a message indicating that you must enter your billing information for your Google Maps API Key. Here are the links the error message provides:
I have changed the API keyws to one with a CC and it is still having the issue. When I looked at console I found this issue, which I think details the issue we are experiencing with auto-fill:
A form field element has neither an id nor a name attribute. This might prevent the browser from correctly autofilling the form.To fix this issue, add a unique id or name attribute to a form field. This is not strictly needed, but still recommended even if you have an autocomplete attribute on the same element.
I’ve attached a screenshot showing the error message in the browser Console.
Why is this related…
When you type in a zip code, a list of suggestions will be displayed. You, as the user, would click one of those suggestions, which would populate the field with the chosen zip code. Additionally, other hidden fields will also be filled with data from Google in order to perform a radius search of the addresses in the database.
Ok… that did help, but only because I finally figured out that I was adding the key to Divi and not to the plugin. Now, the plugin is asking me for a server key and a browser key. I am not finding documentation on how to or where to generate the different keys. I am only seeing a general API key. Do you have any direction on this? Thanks
This reply was modified 1 year, 6 months ago by mikej69.
This reply was modified 1 year, 6 months ago by mikej69.
This reply was modified 1 year, 6 months ago by mikej69.
A “server” key is just a second API key without a restriction, though if you pay your web host for a static IP address, you could add an IP restriction:
Thank you. that worked perfectly. I apprecaite the help in getting this resolved. I was not the original developer and I really appreciated your guidance.
Viewing 8 replies - 1 through 8 (of 8 total)
The topic ‘Zip code Entry disappears when mouse leaves hover’ is closed to new replies.