1982luca
15-12-2020
Hello everyone,
Any suggestion to track Country and City user login? Thanks
Andrey_Osadchuk
MVP
18-12-2020
Luca, here is one of the options https://www.youtube.com/watch?v=GvrKAzRwsnk
yuhuisg
16-12-2020
You need to be able to detect the user's IP address firstly. Since that is impossible in the front-end with JavaScript, you'll need a server-side solution for this.