>I am trying to find a workaround for filling a form when there is no internet connection.
This can be easily accomplished with a
Service Worker using a
sync event. Read here:
https://wicg.github.io/BackgroundSync/spec/I have done this with QuickBase myself and it works flawlessly but you have to create your own form as QuickBase's native forms need an active network connection to work properly. When you create your own form and submit it while offline you may not be able to implement some features such as
distinct fields as you do not have the ability to query QuickBase for existing field values when offline.
We are very close to the release of
Service Worker support in Microsoft's
Edge browser but for the life of me I can't get a release date or any confirmed info our of my local Microsoft rep. More info will probably be available September 13 at this event:
Save the date: Microsoft Edge Web Summit 2017 comes to Seattle on September 13th
"You�ll learn how to use exciting new web platform features like Service Worker ..."https://blogs.windows.com/msedgedev/2017/06/20/save-the-date-edge-web-summit-2017-september-13th-sea...