Create a Geolocation Enabled HTML Form and Save Data to Google Sheets

Поделиться
HTML-код
  • Опубликовано: 15 окт 2024
  • In this video, I will demonstrate how to build an HTML form with the ability to collect the data in Google Sheets as well as extract geolocation information (latitude, longitude) from the device that was used to fill the form. (Laptop, tablet, smartphone, or any device that has GNSS functionality and the ability to open an internet browser).
    The HTML form in this video is very basic and simple; however, it can be developed further as needed (for example, you can style the form appearance as you want using CSS). By integrating with Google Sheets as the database, you still hold control of the submitted data (you can make the GSheets private whereas the form can be made public). So, there are many flexibilities. GSheets also support versioning by default, so you will not lose the historical editing session and can perform a rollback operation when it is needed. It is really mimicking many functions of the database server without dealing with the difficulties of database server setup.
    All the code in this video has been published on Github (github.com/geo...)
    #surveyform #geolocation #mapping

Комментарии • 11