How to get data to appear in this element

I don’t even know what to ask at this point…

Screenshot (170)

i would like it to be current user’s location but yeah

You need an API that can detect a current users location.

Create a state or user field called “Location” (geographic address/address)

On page load or something that triggers it, use that API to get the users information, then modify the state or current user’s location.

On your text field, you can now point to “Current user’s location/some element’s “location” state”

This topic was automatically closed after 70 days. New replies are no longer allowed.