PHP Classes

Automatic saving of form data: Automatically save data while typing after every 20 mins

Recommend this page to a friend!
  All requests RSS feed  >  Automatic saving of form data  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

Automatic saving of form data

Edit

Picture of Unigwe Chioma by Unigwe Chioma - 9 years ago (2015-04-28)

Automatically save data while typing after every 20 mins

This request is clear and relevant.
This request is not clear or is not relevant.

+3

How save the values of form inputs automatically in every 20 minutes?

  • 2 Clarification requests
  • 2. Picture of Dave Smith by Dave Smith - 9 years ago (2015-05-11) Reply

    I went ahead and created a class that will set up the scripting for you to save the draft locally so it will be available to the user even if they close their browser and without having to save it to a database. When class is made available to the public, I will recommend it for you.

    • 1. Picture of Dave Smith by Dave Smith - 9 years ago (2015-04-29) Reply

      Auto saving drafts is accomplished through ajax. There is a jquery plugin or there may be something on phpclasses sister site jsclasses.org

      Ask clarification

      1 Recommendation

      PHP AutoSave Form Draft: Save form input values in browser storage as draft

      This class can save form input values in browser storage as draft.

      It generates JavaScript code periodically will save the values of the fields of a given form to local browser storage.

      The code can restore the values of the field values in case the form is not submitted and the field values were lost because the browser closed or for some other reason.

      The time interval on which the form draft values are saved is configurable.

      The list of fields to be saved and the type of browser storage to be used is also configurable. Currently it supports HTML5 session or local storage.
      This recommendation solves the problem.
      This recommendation does not solve the problem.

      +2

      Picture of Dave Smith by Dave Smith package author package author Reputation 7620 - 9 years ago (2015-06-23) Comment

      Automatically save drafts using HTML5 browser storage on client end.


      Recommend package
      : 
      :