Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Email collection offline

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #167922
    jbope
    Participant

    Hey all,

    I have tried to google this with no success. I am hoping someone can point me in the right direction.

    I would like to make a simple web site that collect name, email, and a couple other fields when someone enters it at my kiosk. This I know how to do but… I want it to work even when the browser is offline. Then when the browser does get a connection it uploads the data.

    I want it to work all on an iPad. Basically a web app.

    Hope that makes sense. Thanks for any help.

    #167923
    __
    Participant

    I want it to work all on an iPad. Basically a web app.

    A “Web App” works on the web. Are you thinking of a native iOS App?

    You can make a webpage that stores form submissions in local storage (link, link) instead of submitting the info to a server. You’d probably be best off creating another form (another page?) that allows you to manually submit all of the collected info to your server.

    #167935
    jbope
    Participant

    No I’m not wanting a native app. Web app is fine (and more within my ability). Thanks for the links. I will check those out.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Other’ is closed to new topics and replies.