Address autocomplete
-
Hello
I am looking for help with address autocomplete.
For ex:-
i want to use yandex Map , ex code is —<input type="text" id="suggest"/> <script src="//api-maps.yandex.ru/2.1/?lang=ru_RU&load=SuggestView&onload=onLoad"></script> <script> function onLoad (ymaps) { var suggestView = new ymaps.SuggestView('suggest'); } </script>
I change the ID to “sln_address” but does not work.
also, I tray to use plugin Address Autocomplete Using Google Place API also not work with “sln_address”
——————————————-
all code and plugin work with me on the site but not work with Salon booking system.
———————————————
Thank you
- The topic ‘Address autocomplete’ is closed to new replies.