Thanks Long. I'm an advanced developer so coding is fine. Just trying to get to grips with how your system works.
In terms of my question re lon/lat for google maps, in this particular scenario, would they not be saved? In fact, let's put it another way.
If I had a submission form that had a google map on it, and an autocomplete address field, and I wanted it to save all the individual fields (postcode, country, etc) separately, at the moment I've got all those fields on the form.
If I were to hide them on the frontend using the admin condition, I'm going to guess they wouldn't be saved as they won't be in the form?
If that's the case, would I need to write a hook after the submission to get the address that is saved in the publicly visible fields, feed that to the Google Maps API, and get all the separate fields again?
Thanks
John