• Hello,
    I have been using Gravity Forms for sometime and I am pretty satisfied with it, however now I have a special need that it can’t accomplish.

    I need the ability to allow only registered users to fill out forms. This because I am creating very long forms that people would not fill in one time.
    The problem is that I need to let them have a “Save” button that will save all form fields they have filled, and let them come back later and continue filling from the same place (including attached files), while in Gravity Forms/other plugins the data is saved only if the form is completed and submitted.

    Does anyone know a plugin that is close to this functionality?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,
    I also need to create a form with a ‘Save’ button.
    Does anyone have a suggestion?

    I have done it by adding some JS to the form by “gform_pre_render” hook that adds the “save” button and bind ajax request to click on this button.
    When the button is clicked I send all the form data(jQuery(“.gform_wrapper form”).serialize()) to PHP that saves it in additional table.
    The JS also populate the values to the form when the users enter to the form.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Form builder plugin that can save incomplete submissions’ is closed to new replies.