NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: ntnewbies on April 04, 2020, 02:24:45 AM

Title: address auto complete on an entry field
Post by: ntnewbies on April 04, 2020, 02:24:45 AM
hi friends,
i have a Location entry field in a netwebserver memory form. When the user type the address, i want to show the nearest google address auto complete feature (something like what we saw in webinar 234).

i have created the google Places API Key.

How do i integrate it in nettalk?

jason
nt 11.32
c11
Title: Re: address auto complete on an entry field
Post by: JohanR on September 29, 2022, 04:04:50 AM
Hi,
Did you manage the Google API?
Am also looking at implementing it, on desktop and on web page , so interested if you managed to get something going.

cheers,

Johan
Title: Re: address auto complete on an entry field
Post by: ntnewbies on September 30, 2022, 06:47:59 PM
hi johan,
this was back in time when i use nt11
i did a workaround by putting a button and made it a lookup. it opens a map and allows user to pick a location. from it, i collect the lat and long and returns to the form with the location (convert lat and long to location).
i will revisit this again for a better way (auto complete with Place API) after customer confirm upgrade $$.

jason
nt12.46
c11