Hello,
I have a form with a text field converted to a button that calls a javascript function that returns the gps coordinates.
Everything works fine, but the problem is that the form is reloaded and the field value is lost.
Is there a way to prevent the form from reloading after executing the javascript function?