• Resolved Kamlesh Gadekar

    (@kamlesh1)


    Hi,

    The autocomplete future working good on desktop and mobile. But it’s not working in Elementor Popup form. Please let me know what needs to do to resolve the issue?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Kamlesh Gadekar

    (@kamlesh1)

    I got solution:
    1. Needs to add this into header of the site`
    <script>
    jQuery( document ).on( ‘elementor/popup/show’ , function () {
    autocomplet_set_google_autocomplete();
    } );
    </script>`
    2. Also this css needs to add
    .dialog-container .pac-container {
    z-index: 10000 !important;
    }

    Kamlesh, Thanks for the advice.

    Added the script into header, where do I add the css?

    • This reply was modified 1 year, 11 months ago by samkhanwp.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Autocomplete not working on Elementor Popup form’ is closed to new replies.