0
Geolocation...
Have you tried using the "document.getElementById(' ')" statement? Instate an id into the form, name it "form".
<form stuff-blah-blah id="form"></form>
Using this method, you can access any html element you want - the only downside is that too many id-selection operations will slow down progress.
Use javascript to insert your 'variable' into the form 's Value Slot.
document.getblahblah .value = geoLocPos;
blahblahs used in this are replacements for repeatitive text, you can establish what they say.