I’d like to request a new feature; I want the form to only be accessible if the user is physically present at location.
Here’s what I’m looking for:
- The form should request the user's location using their device’s GPS.
- If location access is denied, display a message asking the user to enable GPS to use the form.
- If location access is allowed but the user is not within a specific radius of the location, show a message that they must be at the location to proceed.