Hello All
I want to restrict what geographic location users can submit my forms from.
Basically, I want the form to look up the latitude and longitude and match it against ones on my table.
Then (within a couple of hundred feet or so) I want it to either-
Accept the location the user is at as being the one I've agreed and submit the data
Don't accept the user's location (they are more than a couple of hundred feet away from the latitude and longitude on my table) and put up an error message 'Sorry - you are not in the right location to complete this form'.
I know this can be done, b