DEV Community

gervanz
gervanz

Posted on

Offline form file-format

so I don't really know anything about coding but I was wondering if there was a way to create a form type file format but offline -not hosted like several online forms- where you collect answers to a question as text or images.
and I was thinking it should be graphically customizable and easy to make (drag and drop or graphic/vector design) just like a pdf but with space for input like forms, so it can be downloaded.

or if that type of thing already exists.

Top comments (1)

Collapse
 
manishfoodtechs profile image
manish srivastava

Your programme : cut copy paste this :
geeksforgeeks.org/how-to-convert-a...

First You need some libraries to work offline. To achieve this you can easily use a service worker.js that will store offline all html ,css, js to browser indexdb ( a kind of local storage in browser but bit different).
If you don't want any mess of service worker then all external files to be downloaded in folder