Hi Guys,
I have a Sign In/Out App that records user information and date and time of signing in and out on a share point list when the user click on a submit button. I would like to record the location as well when the sign in and out. Happy for it to be Latitude and Longitude recorded on a single text field on the SharePoint list.
Currently I just use the following to submit the form after the user enters data
SubmitForm(Sign_In_Form)
Could the above be adjusted to record the location to the Locations Fields on the SharePoint List?
Cheers
John