Features
Detects visitor country, region or city instantly.
Store geolocation data alongside user entries.
Add location-based tags to form submissions.
Autocomplete fields using geolocation data.
Detect visitor currency based on geolocation.
Check the location in Google Maps from the submission records.
Demo
[center][size="24"]Your autocompleted location data[/size][/center]
[row]
[column]
[text name="city" value="{geolocation.city}" label="City"]
[/column]
[column]
[text name="country" value="{geolocation.country}" label="Country"]
[/column]
[/row]
[text name="coordinates" value="{geolocation.latitude}, {geolocation.longitude}" label="Coordinates"]
[b]Map using coordinates[/b]
[iframe src="https://maps.google.com/maps?q={geolocation.latitude}, {geolocation.longitude}&z=14&output=embed" height="450" style="width: 100%; border: none;"]
[submit value="View full geolocation data"]