• Plugin is currently working with WordPress 3.9.1 and Gravity Forms 1.8.4.

    You will need to ammend the plugin using the steps below.

    What you also need to know is:
    * data is saved as the user goes from one page to another in an multi-page form.
    * the user can log off, go to another browser, come back at another point in time and access their incomplete form by logging in and returning to the form.
    * the submitted data does not appear in the backend until the user has completed the form.

    Necessary changes
    Open the plugin file and look in line 134 for:
    add_action(“gform_editor_js”, “editor_script_persistency”);

    Change to
    add_action(“gform_advanced_settings”, “editor_script_persistency”);

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ovann86

    (@ovann86)

    Adding, I contacted Gravity Forms and they advised that it is still not currently a built in feature.

    They said that the feature is in active development, but wont be available until version 1.9 (the next major release) – with no current ETA.

    Thanks ovann86. That worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Currently working’ is closed to new replies.