• It looks like this plugin has not been updated in five years, and it is no longer working for us since our latest updates to WP and Gravity Forms. Is anyone out there interested in or working on an update to bring this current with latest versions?

    We’re experimenting with the Save & Continue functionality inherent to GForms, but our users are not happy with having to choose when to save. You never know when you might lose your session and they have a very long multi-page form to deal with.

    If anyone else is interested in an update to this plugin perhaps we can pool resources?

    Cigar Sense Inc.

Viewing 4 replies - 1 through 4 (of 4 total)
  • This is so necessary. Can’t believe it’s not a standard functionality.

    I am definitely interested.

    Thread Starter spungedave

    (@spungedave)

    FWIW, we’ve given up on it – the UX for Save & Continue is not quite as fool-proof, but it’s not too bad, so we’ve abandoned the old Data Persistence plugin…

    D

    Nitrat

    (@nitrat)

    Take gravity-forms-data-persistence-add-on-reloaded.php аnd find the line in it –

    function gfdp_events() {
    			jQuery('form.gfdp').live('change keyup', function () {
    				changed = true;
    			})

    and change it to –

    function gfdp_events() {
    			jQuery(document).on('change keyup', 'form.gfdp', function () {
    				changed = true;
    			})

    Then save it.
    There won’t be any more problems

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Is this plugin dead?’ is closed to new replies.