I followed the w3schools tutorial to extract the GPS location: https://www.w3schools.com/html/tryit.asp?filename=tryhtml5_geolocation_error modified to start when the website loads: <html> <body onload="getLocation()"> <p hidden id="demo"></p> <form> <input type="hidden" id="GPS" name="GPS" value="HERE"> <input type="submit" value="Submit"> </form> <script> var […] See original post …

Need help to send data to a hidden field Read more »