I am trying to save lat/long coordinates into my database in a geographic address field, in order to pin several locations on a map based on those addresses.
In my form, I have an input for address and the corresponding address field in the DB is set to geographic address. The weird thing is, when I input my lat/long coordinates into the form field and attempt to save, the DB does not save the coordinates or translate them to an address. But if I paste the coordinates directly into the DB address field, it immediately translates to an address.
What am I doing wrong here?
Link to my form/editor: TRWE-website | Bubble Editor