Hello everyone,
I’m creating a registration form and to simplify it, I’m trying to implement a postal address search. I’d like to do without Google’s services, so I’m using the Nominatim API. I’ve managed to set it up via API Connector and it seems to work, but I can’t seem to create an ergonomic search box.
Ideally, the user can see a suggestion of 3/4 addresses at the same time as writing his own (without having to click on “Search”). When he chooses one, I’ll make it appear in a text field.
(I don’t care about showing the map)
I’m a bit stuck, so if someone could help me, that would be fantastic!